[Ocfs-tools-commits] smushran commits r47 - trunk/fsck
svn-commits at oss.oracle.com
svn-commits at oss.oracle.com
Thu Jun 3 18:17:37 CDT 2004
Author: smushran
Date: 2004-06-03 17:17:34 -0500 (Thu, 03 Jun 2004)
New Revision: 47
Modified:
trunk/fsck/blked.c
Log:
boo
Modified: trunk/fsck/blked.c
===================================================================
--- trunk/fsck/blked.c 2004-06-03 22:16:48 UTC (rev 46)
+++ trunk/fsck/blked.c 2004-06-03 22:17:34 UTC (rev 47)
@@ -213,7 +213,6 @@
ocfs_disk_structure *s;
ocfs_layout_t *l;
__u64 blocknum;
-// GHashTable *bad = NULL;
char option = '\0';
memset(&ctxt, 0, sizeof(ctxt));
@@ -235,7 +234,6 @@
if (parse_blked_cmdline(argc, argv) == -1)
goto bail;
- printf("offset=%llu, hi=%u, lo=%u\n", ctxt.offset, HI(ctxt.offset), LO(ctxt.offset));
if (!verify_params)
goto bail;
More information about the Ocfs-tools-commits
mailing list