[Ocfs2-commits] mfasheh commits r1257 - trunk/src

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Tue Jul 13 21:00:29 CDT 2004


Author: mfasheh
Date: 2004-07-13 20:00:27 -0500 (Tue, 13 Jul 2004)
New Revision: 1257

Modified:
   trunk/src/super.c
Log:
* properly initialize local alloc variables.



Modified: trunk/src/super.c
===================================================================
--- trunk/src/super.c	2004-07-14 00:28:21 UTC (rev 1256)
+++ trunk/src/super.c	2004-07-14 01:00:27 UTC (rev 1257)
@@ -1456,6 +1456,9 @@
 	}
 	osb->node_num = OCFS_INVALID_NODE_NUM;
 
+	osb->have_local_alloc = 0;
+	osb->local_alloc_bh = NULL;
+
 	/* not using any of these sb fields yet */
 #if 0
 di->i_ctime = cpu_to_le64(format_time); // use this as s_wtime (write time)



More information about the Ocfs2-commits mailing list