[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20191105210009.GB26959@mit.edu>
Date: Tue, 5 Nov 2019 16:00:09 -0500
From: "Theodore Y. Ts'o" <tytso@....edu>
To: Jan Kara <jack@...e.cz>
Cc: linux-ext4@...r.kernel.org, stable@...r.kernel.org
Subject: Re: [PATCH 06/25] ext4: Fix credit estimate for final inode freeing
On Tue, Nov 05, 2019 at 05:44:12PM +0100, Jan Kara wrote:
> @@ -252,8 +257,12 @@ void ext4_evict_inode(struct inode *inode)
> if (!IS_NOQUOTA(inode))
> extra_credits += EXT4_MAXQUOTAS_DEL_BLOCKS(inode->i_sb);
>
> + /*
> + * Block bitmap, group descriptor, and inode are accounted in both
> + * ext4_blocks_for_truncate() and extra_credits. So subtract 3.
^^^
There was a minor whitespace nit which I fixed up in my tree here.
- Ted
Powered by blists - more mailing lists