Displaying 2 results from an estimated 2 matches for "__dlm_queue_ast".
2009 Jul 31
3
[PATCH] Remove redundant BUG_ON in __dlm_queue_ast
Remove redundant BUG_ON()
Signed-off-by: Goldwyn Rodrigues <rgoldwyn at suse.de>
---
diff --git a/fs/ocfs2/dlm/dlmast.c b/fs/ocfs2/dlm/dlmast.c
index d07ddbe..81eff8e 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");
--
Goldwyn
2009 Aug 11
0
[GIT PULL] ocfs2 fixes for 2.6.31-rc5
...NORMAL_MEMORY] when numa is not compiled in
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git upstream-linus
Goldwyn Rodrigues (2):
ocfs2: Initialize count in aio_write before generic_write_checks
ocfs2: Remove redundant BUG_ON in __dlm_queue_ast()
Jan Kara (9):
ocfs2: Fix deadlock on umount
ocfs2: Make global quota files blocksize aligned
ocfs2: Mark buffer uptodate before calling ocfs2_journal_access_dq()
ocfs2: Initialize blocks allocated to local quota file
ocfs2: Zero out padding of on disk dquot structur...