projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9956fa
)
ocfs2: Remove redundant BUG_ON in __dlm_queue_ast()
author
Goldwyn Rodrigues
<rgoldwyn@gmail.com>
Fri, 31 Jul 2009 19:28:02 +0000
(14:28 -0500)
committer
Joel Becker
<joel.becker@oracle.com>
Fri, 31 Jul 2009 20:43:44 +0000
(13:43 -0700)
We BUG_ON() the same thing twice.
Signed-off-by: Goldwyn Rodrigues <rgoldwyn@suse.de>
Signed-off-by: Joel Becker <joel.becker@oracle.com>
fs/ocfs2/dlm/dlmast.c
patch
|
blob
|
history
diff --git
a/fs/ocfs2/dlm/dlmast.c
b/fs/ocfs2/dlm/dlmast.c
index d07ddbe4b2836d3e3e6d0f002808d8c36ef6c591..81eff8e583222747cc824ce02d6edde94378e711 100644
(file)
--- 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");