[PATCH] ocfs2: don't wait on recovery when locking journal
authorMark Fasheh <mark.fasheh@oracle.com>
Wed, 18 Jan 2006 18:31:47 +0000 (10:31 -0800)
committerMark Fasheh <mark.fasheh@oracle.com>
Fri, 3 Feb 2006 22:05:14 +0000 (14:05 -0800)
commit6eff5790d57a5c9c01489c95946881808a4b2a2c
tree2b96da58c99b27945e8c9bffb0ae48a97c4231be
parent1a1974fd4533afdb73873cdacb942d9a79ff7c9b
[PATCH] ocfs2: don't wait on recovery when locking journal

The mount path had incorrectly asked the locking code to wait for recovery
completion, which deadlocks things because recovery waits for mount to
complete first.

Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
fs/ocfs2/journal.c