[Ocfs2-tools-commits] smushran commits r637 - trunk/libocfs2

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu Mar 3 20:27:12 CST 2005


Author: smushran
Signed-off-by: jlbec
Date: 2005-03-03 20:27:10 -0600 (Thu, 03 Mar 2005)
New Revision: 637

Modified:
   trunk/libocfs2/extend_file.c
Log:
variable initialized to suppress compiler warning
Signed-off-by: jlbec

Modified: trunk/libocfs2/extend_file.c
===================================================================
--- trunk/libocfs2/extend_file.c	2005-03-04 02:25:24 UTC (rev 636)
+++ trunk/libocfs2/extend_file.c	2005-03-04 02:27:10 UTC (rev 637)
@@ -142,7 +142,7 @@
 			  	  ocfs2_extent_list *el)
 {
 	errcode_t ret;
-	ocfs2_extent_rec *rec;
+	ocfs2_extent_rec *rec = NULL;
 
 	if (!el->l_tree_depth) {
 		/* A leaf extent_list can do one of three things: */



More information about the Ocfs2-tools-commits mailing list