[PATCH] ocfs2: fix orphan recovery deadlock
authorMark Fasheh <mark.fasheh@oracle.com>
Thu, 23 Feb 2006 01:35:08 +0000 (17:35 -0800)
committerMark Fasheh <mark.fasheh@oracle.com>
Wed, 1 Mar 2006 19:32:41 +0000 (11:32 -0800)
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 <mark.fasheh@oracle.com>

No differences found