From: Mark Fasheh Date: Thu, 23 Feb 2006 01:35:08 +0000 (-0800) Subject: [PATCH] ocfs2: fix orphan recovery deadlock X-Git-Tag: v2.6.16-rc6~134^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4df6ed8db0c387d38292e31f00adc4cd297ed5a;p=pandora-kernel.git [PATCH] ocfs2: fix orphan recovery deadlock Orphan dir recovery can deadlock with another process in ocfs2_delete_inode() in some corner cases. Fix this by tracking recovery state more closely and allowing it to handle inode wipes which might deadlock. Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed