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

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu Oct 14 17:03:13 CDT 2004


Author: mfasheh
Date: 2004-10-14 17:03:11 -0500 (Thu, 14 Oct 2004)
New Revision: 1578

Modified:
   trunk/src/namei.c
Log:
* clean up some old comments



Modified: trunk/src/namei.c
===================================================================
--- trunk/src/namei.c	2004-10-14 20:37:43 UTC (rev 1577)
+++ trunk/src/namei.c	2004-10-14 22:03:11 UTC (rev 1578)
@@ -757,7 +757,7 @@
 	u64 blkno;
 	ocfs2_dinode *fe = NULL;
 	struct buffer_head *fe_bh = NULL;
-	struct buffer_head *parent_node_bh = NULL; /* parent locknode */
+	struct buffer_head *parent_node_bh = NULL;
 	ocfs_journal_handle *handle = NULL;
 	struct ocfs2_dir_entry *dirent = NULL;
 	struct buffer_head *dirent_bh = NULL;
@@ -795,8 +795,6 @@
 	}
 	ocfs_handle_add_lock(handle, OCFS_LKM_EXMODE, 0, dir);
 
-	/* this will re-read the directory now with the EXCLUSIVE */
-	/* lock already held; it will also return the blkno to us */
 	status = ocfs_find_files_on_disk(osb, dentry->d_name.name,
 					 dentry->d_name.len, &blkno,
 					 dir, 0, &dirent_bh,



More information about the Ocfs2-commits mailing list