commit | b4df6ed8db0c387d38292e31f00adc4cd297ed5a | [log] [tgz] |
---|---|---|
author | Mark Fasheh <mark.fasheh@oracle.com> | Wed Feb 22 17:35:08 2006 -0800 |
committer | Mark Fasheh <mark.fasheh@oracle.com> | Wed Mar 01 11:32:41 2006 -0800 |
tree | d7dcaeecfa55b3fd9d6c4844d90e07759182f845 | |
parent | 895928b8380cc697ac56e9732cedf549c0a4f79c [diff] |
[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>