diff options
author | Kurt Hackel <kurt.hackel@oracle.com> | 2006-05-01 22:51:49 +0200 |
---|---|---|
committer | Mark Fasheh <mark.fasheh@oracle.com> | 2006-06-26 23:43:11 +0200 |
commit | c27069e6cfa242a3b84eb3442934c6fe51ee9066 (patch) | |
tree | 87d7613528c8df4c265ffab09f3d911cb793529c | |
parent | ocfs2: remove unneccesary spin_unlock() in dlm_remaster_locks() (diff) | |
download | linux-c27069e6cfa242a3b84eb3442934c6fe51ee9066.tar.xz linux-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>
-rw-r--r-- | fs/ocfs2/dlm/dlmrecovery.c | 1 |
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; } |