aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2
diff options
context:
space:
mode:
authorKurt Hackel <kurt.hackel@oracle.com>2006-05-01 13:51:49 -0700
committerMark Fasheh <mark.fasheh@oracle.com>2006-06-26 14:43:11 -0700
commitc27069e6cfa242a3b84eb3442934c6fe51ee9066 (patch)
tree87d7613528c8df4c265ffab09f3d911cb793529c /fs/ocfs2
parentocfs2: remove unneccesary spin_unlock() in dlm_remaster_locks() (diff)
downloadlinux-dev-c27069e6cfa242a3b84eb3442934c6fe51ee9066.tar.xz
linux-dev-c27069e6cfa242a3b84eb3442934c6fe51ee9066.zip
ocfs2: continue recovery when a dead node is encountered
Signed-off-by: Kurt Hackel <kurt.hackel@oracle.com> Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
Diffstat (limited to 'fs/ocfs2')
-rw-r--r--fs/ocfs2/dlm/dlmrecovery.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ocfs2/dlm/dlmrecovery.c b/fs/ocfs2/dlm/dlmrecovery.c
index 4e0aada7327f..c699a450b0f2 100644
--- a/fs/ocfs2/dlm/dlmrecovery.c
+++ b/fs/ocfs2/dlm/dlmrecovery.c
@@ -2541,6 +2541,7 @@ stage2:
mlog(ML_ERROR, "node %u went down after this "
"node finished recovery.\n", nodenum);
ret = 0;
+ continue;
}
break;
}