aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/heartbeat.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2006-03-01[PATCH] ocfs2: fix orphan recovery deadlockMark Fasheh1-0/+1
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>
2006-01-03[PATCH] OCFS2: The Second Oracle Cluster FilesystemMark Fasheh1-0/+378
The OCFS2 file system module. Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com> Signed-off-by: Kurt Hackel <kurt.hackel@oracle.com>