git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea9e7b5
)
ocfs2: fix exit-while-locked bug in ocfs2_queue_orphans()
author
Mark Fasheh
<mark.fasheh@oracle.com>
Mon, 3 Dec 2007 22:06:23 +0000
(14:06 -0800)
committer
Mark 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