[Ocfs2-commits] mfasheh commits r2281 - trunk/fs/ocfs2

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Wed May 18 15:51:05 CDT 2005


Author: mfasheh
Signed-off-by: smushran
Date: 2005-05-18 15:51:04 -0500 (Wed, 18 May 2005)
New Revision: 2281

Modified:
   trunk/fs/ocfs2/inode.c
Log:
* remove an incorrect (now) comment

Signed-off-by: smushran



Modified: trunk/fs/ocfs2/inode.c
===================================================================
--- trunk/fs/ocfs2/inode.c	2005-05-18 20:48:54 UTC (rev 2280)
+++ trunk/fs/ocfs2/inode.c	2005-05-18 20:51:04 UTC (rev 2281)
@@ -742,7 +742,6 @@
 	mlog(0, "Clearing inode: %"MLFu64", nlink = %u)\n",
 	     OCFS_I(inode)->ip_blkno, inode->i_nlink);
 
-	/* we should not really be using osb in this context. */
 	osb = OCFS2_SB(inode->i_sb);
 	if (!osb)
 		goto bail;



More information about the Ocfs2-commits mailing list