commit | 192000dda22e02225772e862b92e7c09e5a17d08 | [log] [tgz] |
---|---|---|
author | Liu Bo <bo.li.liu@oracle.com> | Sun Jan 06 03:38:22 2013 +0000 |
committer | Josef Bacik <jbacik@fusionio.com> | Thu Jan 24 12:51:17 2013 -0500 |
tree | 5ebfe29a6aa6b47f869adb7bc84cc954b733102d | |
parent | b0175117b9376a69978bbe80af26fb95dddbd53e [diff] |
Btrfs: use right range to find checksum for compressed extents For compressed extents, the range of checksum is covered by disk length, and the disk length is different with ram length, so we need to use disk length instead to get us the right checksum. Signed-off-by: Liu Bo <bo.li.liu@oracle.com> Signed-off-by: Josef Bacik <jbacik@fusionio.com>