[Ocfs-tools-commits] jlbec commits r103 - trunk/ocfs2/debugfs.ocfs2

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Fri Jun 25 14:48:49 CDT 2004


Author: jlbec
Date: 2004-06-25 13:48:46 -0500 (Fri, 25 Jun 2004)
New Revision: 103

Modified:
   trunk/ocfs2/debugfs.ocfs2/dump.c
Log:

o Not all OCFS2_BITMAP_FL system files are "Global".



Modified: trunk/ocfs2/debugfs.ocfs2/dump.c
===================================================================
--- trunk/ocfs2/debugfs.ocfs2/dump.c	2004-06-25 18:17:34 UTC (rev 102)
+++ trunk/ocfs2/debugfs.ocfs2/dump.c	2004-06-25 18:48:46 UTC (rev 103)
@@ -187,7 +187,7 @@
 	       in->i_suballoc_node, in->i_suballoc_blkno);
 
 	if (in->i_flags & OCFS2_BITMAP_FL)
-		printf("Global Bitmap Total: %u   Used: %u   Clear: %u\n",
+		printf("Bitmap Total: %u   Used: %u   Clear: %u\n",
 		       in->id1.bitmap1.i_total, in->id1.bitmap1.i_used,
 		       (in->id1.bitmap1.i_total - in->id1.bitmap1.i_used));
 



More information about the Ocfs-tools-commits mailing list