commit | 580afd76e451deb6772d0507de580fb1df14da6c | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Mon Dec 08 19:15:39 2008 -0500 |
committer | Chris Mason <chris.mason@oracle.com> | Mon Dec 08 19:15:39 2008 -0500 |
tree | ea112be78807b07f617efffefb532e19778dc9bb | |
parent | c3027eb5523d6983f12628f3fe13d8a7576db701 [diff] |
Btrfs: Fix compressed checksum fsync log copies The fsync logging code makes sure to onl copy the relevant checksum for each extent based on the file extent pointers it finds. But for compressed extents, it needs to copy the checksum for the entire extent. Signed-off-by: Chris Mason <chris.mason@oracle.com>