ext4: fix trimmed block count accunting
authorLukas Czerner <lczerner@redhat.com>
Thu, 22 Mar 2012 01:24:22 +0000 (21:24 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 22 Mar 2012 01:24:22 +0000 (21:24 -0400)
commit21e7fd22a5a0ca83befe12c58cced21975dab213
treebb11f7073ad3984e0ab775fc4800f5ee05864623
parent913eed83eda42012cde8a9a801c31b312545c098
ext4: fix trimmed block count accunting

Currently when there is not enough free blocks in the block group to
discard (grp->bb_free < minlen) the 'trimmed' is bumped up anyway with
the number of discarded blocks from the previous iteration. Fix this
by bumping up 'trimmed' only if the ext4_trim_all_free() was actually
run.

Signed-off-by: Lukas Czerner <lczerner@redhat.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/mballoc.c
This page took 0.025016 seconds and 5 git commands to generate.