From: Lukas Czerner Date: Thu, 22 Mar 2012 01:24:22 +0000 (-0400) Subject: ext4: fix trimmed block count accunting X-Git-Tag: v3.4-rc1~75^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21e7fd22a5a0ca83befe12c58cced21975dab213;p=pandora-kernel.git 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 Reviewed-by: Jan Kara Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed