From: Lukas Czerner Date: Thu, 22 Mar 2012 01:26:22 +0000 (-0400) Subject: ext4: always set then trimmed blocks count into len X-Git-Tag: v3.4-rc1~75^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7967f055a9438941268d725b268141c57e32a05;p=pandora-kernel.git ext4: always set then trimmed blocks count into len Currently if the range to trim is too small, for example on 1K fs the request to trim the first block, then the 'range->len' is not set reporting wrong number of discarded block to the caller. Fix this by always setting the 'range->len' before we return. Note that when there is a failure (-EINVAL) caller can not depend on 'range->len' being set properly. Signed-off-by: Lukas Czerner Reviewed-by: Jan Kara Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed