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

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Mon Aug 2 15:57:33 CDT 2004


Author: mfasheh
Date: 2004-08-02 14:57:31 -0500 (Mon, 02 Aug 2004)
New Revision: 1319

Modified:
   trunk/src/file.c
Log:
* remove the ocfs_sync_inode call from ocfs_file_open. Lets see how
  this works out... Initial idea from <xiaofeng.ling at intel.com>



Modified: trunk/src/file.c
===================================================================
--- trunk/src/file.c	2004-08-02 19:20:12 UTC (rev 1318)
+++ trunk/src/file.c	2004-08-02 19:57:31 UTC (rev 1319)
@@ -294,8 +294,6 @@
 		have_oin_sem = 0;
 	}
 
-	status = ocfs_sync_inode(inode);
-
 leave:
 	if (have_oin_sem) {
 		up (&(OCFS_I(inode)->ip_sem));



More information about the Ocfs2-commits mailing list