aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorGoldwyn Rodrigues <rgoldwyn@gmail.com>2009-07-31 14:28:02 -0500
committerJoel Becker <joel.becker@oracle.com>2009-07-31 13:43:44 -0700
commitab57a40827d99e2d8e59066a56b93bf6c844c916 (patch)
treeeed0b61db8addf2aac7113dd78d187ddf1a47959 /fs
parentocfs2/quota: Release lock for error in ocfs2_quota_write. (diff)
downloadlinux-dev-ab57a40827d99e2d8e59066a56b93bf6c844c916.tar.xz
linux-dev-ab57a40827d99e2d8e59066a56b93bf6c844c916.zip
ocfs2: Remove redundant BUG_ON in __dlm_queue_ast()
We BUG_ON() the same thing twice. Signed-off-by: Goldwyn Rodrigues <rgoldwyn@suse.de> Signed-off-by: Joel Becker <joel.becker@oracle.com>
Diffstat (limited to 'fs')
-rw-r--r--fs/ocfs2/dlm/dlmast.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ocfs2/dlm/dlmast.c b/fs/ocfs2/dlm/dlmast.c
index d07ddbe4b283..81eff8e58322 100644
--- a/fs/ocfs2/dlm/dlmast.c
+++ b/fs/ocfs2/dlm/dlmast.c
@@ -103,7 +103,6 @@ static void __dlm_queue_ast(struct dlm_ctxt *dlm, struct dlm_lock *lock)
lock->ast_pending, lock->ml.type);
BUG();
}
- BUG_ON(!list_empty(&lock->ast_list));
if (lock->ast_pending)
mlog(0, "lock has an ast getting flushed right now\n");