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