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

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Tue Apr 20 13:54:49 CDT 2004


Author: mfasheh
Date: 2004-04-20 12:54:47 -0500 (Tue, 20 Apr 2004)
New Revision: 859

Modified:
   trunk/src/inode.c
Log:
* include a simple 2.6 compile fix from "Ling, Xiaofeng" <xiaofeng.ling at intel.com>


Modified: trunk/src/inode.c
===================================================================
--- trunk/src/inode.c	2004-04-20 17:52:32 UTC (rev 858)
+++ trunk/src/inode.c	2004-04-20 17:54:47 UTC (rev 859)
@@ -320,6 +320,7 @@
 	__u64 voteoff;
 	ocfs_file_entry *fe = NULL;
 	struct buffer_head *bh = NULL;
+	int status;
 
 	LOG_ENTRY_ARGS ("(%p, %p)\n", inode, args);
 



More information about the Ocfs2-commits mailing list