commit | 6eff5790d57a5c9c01489c95946881808a4b2a2c | [log] [tgz] |
---|---|---|
author | Mark Fasheh <mark.fasheh@oracle.com> | Wed Jan 18 10:31:47 2006 -0800 |
committer | Mark Fasheh <mark.fasheh@oracle.com> | Fri Feb 03 14:05:14 2006 -0800 |
tree | 2b96da58c99b27945e8c9bffb0ae48a97c4231be | |
parent | 1a1974fd4533afdb73873cdacb942d9a79ff7c9b [diff] |
[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>