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

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu Sep 9 15:42:53 CDT 2004


Author: mfasheh
Date: 2004-09-09 15:42:51 -0500 (Thu, 09 Sep 2004)
New Revision: 1443

Modified:
   trunk/src/inode.c
Log:
* remove unused variable from verify_update_inode.



Modified: trunk/src/inode.c
===================================================================
--- trunk/src/inode.c	2004-09-09 18:58:52 UTC (rev 1442)
+++ trunk/src/inode.c	2004-09-09 20:42:51 UTC (rev 1443)
@@ -1069,7 +1069,6 @@
 	int status = 0;
 	struct buffer_head *fe_bh = NULL;
 	ocfs2_dinode *fe;
-	ocfs_lock_res *lockres = GET_INODE_LOCKRES(inode);
 
 	/* We are setting the oin Updated flag in the end. */
 	LOG_ENTRY ();



More information about the Ocfs2-commits mailing list