ocfs2: remove an overly aggressive BUG() in dlmfs
authorMark Fasheh <mark.fasheh@oracle.com>
Wed, 29 Mar 2006 18:33:35 +0000 (10:33 -0800)
committerMark Fasheh <mark.fasheh@oracle.com>
Sat, 8 Apr 2006 00:27:43 +0000 (17:27 -0700)
commit1f7bc828e30fe3e23ea0968b9595ad20e2785978
treee5ffadd27b8ae04741e05d2b05793f85e781506c
parentab0920ce7ebb6d60063c793f227ae198a492251b
ocfs2: remove an overly aggressive BUG() in dlmfs

Don't BUG() user_dlm_unblock_lock() on the absence of the USER_LOCK_BLOCKED
flag - this turns out to be a valid case. Make some of the related BUG()
statements print more useful information.

Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
fs/ocfs2/dlm/userdlm.c