ocfs2: fix exit-while-locked bug in ocfs2_queue_orphans()
authorMark Fasheh <mark.fasheh@oracle.com>
Mon, 3 Dec 2007 22:06:23 +0000 (14:06 -0800)
committerMark Fasheh <mark.fasheh@oracle.com>
Mon, 17 Dec 2007 18:49:43 +0000 (10:49 -0800)
commita86370fbb65a0a2cb21d28bf25a748f6cc04385b
tree787ec4c82c05a010c7ef38cb22b2a2ca73b2a6f3
parentea9e7b5569a538123dc4d60ba36b9170ca8e8830
ocfs2: fix exit-while-locked bug in ocfs2_queue_orphans()

We're holding the cluster lock when a failure might happen in
ocfs2_dir_foreach() so it needs to be released.

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