[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>
Showing
- fs/ocfs2/heartbeat.c 1 addition, 0 deletionsfs/ocfs2/heartbeat.c
- fs/ocfs2/inode.c 45 additions, 1 deletionfs/ocfs2/inode.c
- fs/ocfs2/journal.c 93 additions, 31 deletionsfs/ocfs2/journal.c
- fs/ocfs2/ocfs2.h 4 additions, 0 deletionsfs/ocfs2/ocfs2.h
- fs/ocfs2/super.c 11 additions, 0 deletionsfs/ocfs2/super.c
Loading
Please register or sign in to comment