[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20140909194746.GF10351@birch.djwong.org>
Date: Tue, 9 Sep 2014 12:47:46 -0700
From: "Darrick J. Wong" <darrick.wong@...cle.com>
To: TR Reardon <thomas_reardon@...mail.com>
Cc: "linux-ext4@...r.kernel.org" <linux-ext4@...r.kernel.org>
Subject: Re: dumpe2fs: only print 'unused inodes' once
On Tue, Sep 09, 2014 at 03:32:56PM -0400, TR Reardon wrote:
> just a minor nit...and I don't think fixing this harms any existing tests.
Running 'make check' will tell you.
This also needs a Signed-off-by.
--D
>
> +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@...r.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists