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)
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>

No differences found