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

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Wed Sep 1 16:57:46 CDT 2004


Author: mfasheh
Date: 2004-09-01 16:57:44 -0500 (Wed, 01 Sep 2004)
New Revision: 1414

Modified:
   trunk/src/inode.c
Log:
* don't print OCFS_I(inode)->ip_blkno at the top of ocfs_find_actor.



Modified: trunk/src/inode.c
===================================================================
--- trunk/src/inode.c	2004-09-01 21:32:41 UTC (rev 1413)
+++ trunk/src/inode.c	2004-09-01 21:57:44 UTC (rev 1414)
@@ -176,7 +176,7 @@
 	ocfs_find_inode_args *args = NULL;
 	int ret = 0;
 
-	LOG_ENTRY_ARGS ("(0x%p, %lu, %llu, 0x%p)\n", inode, inode->i_ino, OCFS_I(inode)->ip_blkno, opaque);
+	LOG_ENTRY_ARGS ("(0x%p, %lu, 0x%p)\n", inode, inode->i_ino, opaque);
 
 	args = opaque;
 



More information about the Ocfs2-commits mailing list