[Ocfs2-commits] khackel commits r2805 - branches/ocfs2-1.2-cert/patches

svn-commits@oss.oracle.com svn-commits at oss.oracle.com
Fri Mar 31 19:57:27 CST 2006


Author: khackel
Signed-off-by: jlbec
Date: 2006-03-31 19:57:26 -0600 (Fri, 31 Mar 2006)
New Revision: 2805

Added:
   branches/ocfs2-1.2-cert/patches/continue-finalize-reco.patch
Modified:
   branches/ocfs2-1.2-cert/patches/series
Log:
add continue-finalize-reco.patch
Signed-off-by: jlbec

Added: branches/ocfs2-1.2-cert/patches/continue-finalize-reco.patch
===================================================================
--- branches/ocfs2-1.2-cert/patches/continue-finalize-reco.patch	2006-04-01 00:30:29 UTC (rev 2804)
+++ branches/ocfs2-1.2-cert/patches/continue-finalize-reco.patch	2006-04-01 01:57:26 UTC (rev 2805)
@@ -0,0 +1,12 @@
+Index: cert2/fs/ocfs2/dlm/dlmrecovery.c
+===================================================================
+--- cert2.orig/fs/ocfs2/dlm/dlmrecovery.c	2006-03-31 16:59:38.553006000 -0800
++++ cert2/fs/ocfs2/dlm/dlmrecovery.c	2006-03-31 17:56:10.521060000 -0800
+@@ -2653,6 +2653,7 @@
+ 				mlog(ML_ERROR, "node %u went down after this "
+ 				     "node finished recovery.\n", nodenum);
+ 				ret = 0;
++				continue;
+ 			}
+ 			break;
+ 		}

Modified: branches/ocfs2-1.2-cert/patches/series
===================================================================
--- branches/ocfs2-1.2-cert/patches/series	2006-04-01 00:30:29 UTC (rev 2804)
+++ branches/ocfs2-1.2-cert/patches/series	2006-04-01 01:57:26 UTC (rev 2805)
@@ -24,3 +24,4 @@
 ocfs2-1.2-net-proc-id-0.patch -p0
 dlm-mlog_to_printk 
 remove-bad-spin-unlock.patch 
+continue-finalize-reco.patch




More information about the Ocfs2-commits mailing list