commit | 488111aa0e17102d42e0328299fd782dc6a4a051 | [log] [tgz] |
---|---|---|
author | Filipe David Borba Manana <fdmanana@gmail.com> | Mon Oct 28 16:30:29 2013 +0000 |
committer | Chris Mason <chris.mason@fusionio.com> | Mon Nov 11 22:10:42 2013 -0500 |
tree | 86b4d00e04802149d689db8a62d2c514fb05fed0 | |
parent | e46f5388cdde0f402f2dded6f1cad614536c6429 [diff] |
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 <fdmanana@gmail.com> Signed-off-by: Josef Bacik <jbacik@fusionio.com> Signed-off-by: Chris Mason <chris.mason@fusionio.com>