From: Filipe David Borba Manana Date: Mon, 28 Oct 2013 16:30:29 +0000 (+0000) Subject: Btrfs: fix csum search offset/length calculation in log tree X-Git-Tag: v3.13-rc1~85^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=488111aa0e17102d42e0328299fd782dc6a4a051;p=pandora-kernel.git Btrfs: fix csum search offset/length calculation in log tree We were setting the csums search offset and length to the right values if the extent is compressed, but later on right before doing the csums lookup we were overriding these two parameters regardless of compression being set or not for the extent. Signed-off-by: Filipe David Borba Manana Signed-off-by: Josef Bacik Signed-off-by: Chris Mason --- Reading git-diff-tree failed