]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit07b734fbbb4b3214cd176a48c496ce8ac5682bc4
tree787ec4c82c05a010c7ef38cb22b2a2ca73b2a6f3
parent24a89e26db3f15c4d021236647470c820febca65
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