Skip to content
Commit 58e8012c authored by David Sterba's avatar David Sterba
Browse files

btrfs: add optimized version of eb to eb copy



Using copy_extent_buffer is suitable for copying betwenn buffers from an
arbitrary offset and deals with page boundaries. This is not necessary
when doing a full extent_buffer-to-extent_buffer copy. We can utilize
the copy_page helper as well.

Signed-off-by: default avatarDavid Sterba <dsterba@suse.com>
parent b159fa28
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