Skip to content
Commit 580afd76 authored by Chris Mason's avatar Chris Mason
Browse files

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: default avatarChris Mason <chris.mason@oracle.com>
parent c3027eb5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment