[Ocfs2-commits] manish commits r1189 - trunk/src

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Tue Jun 22 19:02:52 CDT 2004


Author: manish
Date: 2004-06-22 18:02:50 -0500 (Tue, 22 Jun 2004)
New Revision: 1189

Modified:
   trunk/src/namei.c
Log:
Fix ytpo


Modified: trunk/src/namei.c
===================================================================
--- trunk/src/namei.c	2004-06-22 23:01:19 UTC (rev 1188)
+++ trunk/src/namei.c	2004-06-22 23:02:50 UTC (rev 1189)
@@ -2047,7 +2047,7 @@
 
 static int ocfs_create_24(struct inode *dir, struct dentry *dentry, int mode)
 {
-	return ocfs_create(dirm dentry, mode, NULL);
+	return ocfs_create(dir, dentry, mode, NULL);
 }
 
 struct inode_operations ocfs_dir_iops = {



More information about the Ocfs2-commits mailing list