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

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Mon Jun 21 19:55:36 CDT 2004


Author: mfasheh
Date: 2004-06-21 18:55:35 -0500 (Mon, 21 Jun 2004)
New Revision: 1174

Modified:
   trunk/src/dir.c
Log:
* fix a typo in that last commit



Modified: trunk/src/dir.c
===================================================================
--- trunk/src/dir.c	2004-06-21 23:54:36 UTC (rev 1173)
+++ trunk/src/dir.c	2004-06-21 23:55:35 UTC (rev 1174)
@@ -220,7 +220,6 @@
 		lock_acq = 1;
 	}
 
-	status = -ENOENT;
 	*dirent_bh = ocfs_find_entry (name, namelen, inode, dirent);
 	if (!*dirent_bh || !*dirent) {
 		status = -ENOENT;



More information about the Ocfs2-commits mailing list