[Ocfs2-tools-commits] zab commits r315 - trunk/fsck.ocfs2

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Wed Oct 6 12:00:19 CDT 2004


Author: zab
Date: 2004-10-06 12:00:17 -0500 (Wed, 06 Oct 2004)
New Revision: 315

Modified:
   trunk/fsck.ocfs2/pass2.c
Log:
o get rid of lame debugging output


Modified: trunk/fsck.ocfs2/pass2.c
===================================================================
--- trunk/fsck.ocfs2/pass2.c	2004-10-06 00:44:46 UTC (rev 314)
+++ trunk/fsck.ocfs2/pass2.c	2004-10-06 17:00:17 UTC (rev 315)
@@ -445,9 +445,6 @@
 	if (retval)
 		return OCFS2_DIRENT_ABORT;
 
-	printf("found %"PRIu64" %"PRIu64" %"PRIu64"\n", dbe->e_ino, 
-			dbe->e_blkno, dbe->e_blkcount);
-
 	o2fsck_strings_init(&strings);
 
 	while (offset < dd->fs->fs_blocksize) {



More information about the Ocfs2-tools-commits mailing list