]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitab979e1c61127014eb071c5ffdd823139070a8a1
treee5ffadd27b8ae04741e05d2b05793f85e781506c
parent13b980ad9d5b4fa8d396be437fde29c0978c677b
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