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

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Tue Jun 8 21:23:08 CDT 2004


Author: mfasheh
Date: 2004-06-08 20:23:06 -0500 (Tue, 08 Jun 2004)
New Revision: 1029

Modified:
   trunk/src/journal.c
Log:
oops, get rid of a stray printk that made it into my last commit


Modified: trunk/src/journal.c
===================================================================
--- trunk/src/journal.c	2004-06-09 01:05:08 UTC (rev 1028)
+++ trunk/src/journal.c	2004-06-09 01:23:06 UTC (rev 1029)
@@ -254,9 +254,6 @@
 		if (action == TRANS_CACHE || lock->req_io_sem)
 			down(&OCFS_I(lock->inode)->ip_io_sem);
 
-		if (action == TRANS_CACHE)
-			printk("got sem on inode %lu\n", lock->inode->i_ino);
-
 		/* The file may have been deleted before we got to
 		 * this lock release. If so, just skip it.  */
 		if (!INODE_DELETED(lock->inode)) {



More information about the Ocfs2-commits mailing list