aboutsummaryrefslogtreecommitdiffstats
path: root/fs
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
parent67a187412baa84dfff2d423961d86663b7fc7d3c (diff)
downloadlinux-c27069e6cfa242a3b84eb3442934c6fe51ee9066.tar.gz
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')
-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 4e0aada7327fe..c699a450b0f21 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;
}