[Ocfs2-commits] manish commits r1117 - branches/format-changes/src

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Wed Jun 16 20:25:33 CDT 2004


Author: manish
Date: 2004-06-16 19:25:31 -0500 (Wed, 16 Jun 2004)
New Revision: 1117

Modified:
   branches/format-changes/src/namei.c
Log:
up should be up_write here


Modified: branches/format-changes/src/namei.c
===================================================================
--- branches/format-changes/src/namei.c	2004-06-16 21:30:21 UTC (rev 1116)
+++ branches/format-changes/src/namei.c	2004-06-17 00:25:31 UTC (rev 1117)
@@ -1388,7 +1388,7 @@
 	}
 
 bail:
-	up(&OCFS_I(dir)->ip_io_sem);
+	up_write(&OCFS_I(dir)->ip_io_sem);
 	if (status >= 0) {
 		insert_inode_hash (inode);
 		d_instantiate (dentry, inode);



More information about the Ocfs2-commits mailing list