[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)
commitb4df6ed8db0c387d38292e31f00adc4cd297ed5a
treed7dcaeecfa55b3fd9d6c4844d90e07759182f845
parent895928b8380cc697ac56e9732cedf549c0a4f79c
[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 <mark.fasheh@oracle.com>
fs/ocfs2/heartbeat.c
fs/ocfs2/inode.c
fs/ocfs2/journal.c
fs/ocfs2/ocfs2.h
fs/ocfs2/super.c