Zach Brown 55e063d2a1 scoutfs: get rid of silly lock destroy BUG_ON
The BUG_ON() at the start of scoutfs_lock_destroy() was intended to
ensure that scoutfs_lock_shutdown() had been called first.  But that
doesn't happen in the case where we get an error during mount.

The _destroy() function is careful to notice active use and only tears
down resources that were created.  The BUG_ON() can just be removed.

Signed-off-by: Zach Brown <zab@versity.com>
2018-05-04 09:21:44 -07:00
Description
No description provided
8 MiB
Languages
C 87%
Shell 9.3%
Roff 2.5%
TeX 0.8%
Makefile 0.4%