[Ocfs2-commits] khackel commits r1119 - branches/format-changes/src

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Wed Jun 16 20:45:04 CDT 2004


Author: khackel
Date: 2004-06-16 19:45:02 -0500 (Wed, 16 Jun 2004)
New Revision: 1119

Modified:
   branches/format-changes/src/super.c
Log:
publish_bh was not initialized to NULL



Modified: branches/format-changes/src/super.c
===================================================================
--- branches/format-changes/src/super.c	2004-06-17 00:27:01 UTC (rev 1118)
+++ branches/format-changes/src/super.c	2004-06-17 00:45:02 UTC (rev 1119)
@@ -1268,7 +1268,7 @@
 {
 	int status;
 	ocfs_publish *publish;
-	struct buffer_head *publish_bh;
+	struct buffer_head *publish_bh = NULL;
 	__u64 offset;
 	int retval = 0;
 	int flags = 0;



More information about the Ocfs2-commits mailing list