linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* dumpe2fs: only print 'unused inodes' once
@ 2014-09-09 19:32 TR Reardon
  2014-09-09 19:47 ` Darrick J. Wong
  0 siblings, 1 reply; 5+ messages in thread
From: TR Reardon @ 2014-09-09 19:32 UTC (permalink / raw)
  To: linux-ext4@vger.kernel.org

just a minor nit...and I don't think fixing this harms any existing tests.

+Reardon


diff --git a/misc/dumpe2fs.c b/misc/dumpe2fs.c
index a1c5ba2..d30cf87 100644
--- a/misc/dumpe2fs.c
+++ b/misc/dumpe2fs.c
@@ -205,8 +205,6 @@ static void list_desc (ext2_filsys fs)
                        printf(_("  Checksum 0x%04x"), csum);
                        if (csum != exp_csum)
                                printf(_(" (EXPECTED 0x%04x)"), exp_csum);
-                       printf(_(", unused inodes %u\n"),
-                              ext2fs_bg_itable_unused(fs, i));
                }
                has_super = ((i==0) || super_blk);
                if (has_super) {


 		 	   		  --
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-09-11 12:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-09 19:32 dumpe2fs: only print 'unused inodes' once TR Reardon
2014-09-09 19:47 ` Darrick J. Wong
2014-09-10 21:38   ` Theodore Ts'o
2014-09-10 21:47     ` Darrick J. Wong
2014-09-11 12:53       ` Theodore Ts'o

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).