commit | a86370fbb65a0a2cb21d28bf25a748f6cc04385b | [log] [tgz] |
---|---|---|
author | Mark Fasheh <mark.fasheh@oracle.com> | Mon Dec 03 14:06:23 2007 -0800 |
committer | Mark Fasheh <mark.fasheh@oracle.com> | Mon Dec 17 10:49:43 2007 -0800 |
tree | 787ec4c82c05a010c7ef38cb22b2a2ca73b2a6f3 | |
parent | ea9e7b5569a538123dc4d60ba36b9170ca8e8830 [diff] |
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>