ocfs2: continue recovery when a dead node is encountered
authorKurt Hackel <kurt.hackel@oracle.com>
Mon, 1 May 2006 20:51:49 +0000 (13:51 -0700)
committerMark Fasheh <mark.fasheh@oracle.com>
Mon, 26 Jun 2006 21:43:11 +0000 (14:43 -0700)
Signed-off-by: Kurt Hackel <kurt.hackel@oracle.com>
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
fs/ocfs2/dlm/dlmrecovery.c

index 4e0aada..c699a45 100644 (file)
@@ -2541,6 +2541,7 @@ stage2:
                                mlog(ML_ERROR, "node %u went down after this "
                                     "node finished recovery.\n", nodenum);
                                ret = 0;
+                               continue;
                        }
                        break;
                }