From: Mark Fasheh Date: Mon, 3 Dec 2007 22:06:23 +0000 (-0800) Subject: ocfs2: fix exit-while-locked bug in ocfs2_queue_orphans() X-Git-Tag: v2.6.24-rc6~57^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a86370fbb65a0a2cb21d28bf25a748f6cc04385b;p=pandora-kernel.git 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 --- Reading git-diff-tree failed