[Ocfs2-commits] seeda commits r3031 - branches/ocfs2-1.2.5/fs/ocfs2

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu Jun 28 13:16:58 PDT 2007


Author: seeda
Date: 2007-06-28 13:16:57 -0700 (Thu, 28 Jun 2007)
New Revision: 3031

Modified:
   branches/ocfs2-1.2.5/fs/ocfs2/journal.c
Log:
ocfs2: a trivial change that was missed in the previous check-in. 

Signed-off-by: smushran


Modified: branches/ocfs2-1.2.5/fs/ocfs2/journal.c
===================================================================
--- branches/ocfs2-1.2.5/fs/ocfs2/journal.c	2007-06-28 17:05:45 UTC (rev 3030)
+++ branches/ocfs2-1.2.5/fs/ocfs2/journal.c	2007-06-28 20:16:57 UTC (rev 3031)
@@ -1018,7 +1018,8 @@
 
 static int __ocfs2_recovery_thread(void *arg)
 {
-	int status, node_num;
+	int status;
+	int node_num = O2NM_INVALID_NODE_NUM;
 	struct ocfs2_super *osb = arg;
 
 	mlog_entry_void();




More information about the Ocfs2-commits mailing list