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@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html