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)
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>

No differences found