Skip to content
Commit 935db853 authored by David Sterba's avatar David Sterba
Browse files

btrfs: sink writepage parameter to extent_write_cache_pages



The function extent_write_cache_pages is modelled after
write_cache_pages which is a generic interface and the writepage
parameter makes sense there. In btrfs we know exactly which callback
we're going to use, so we can pass it directly.

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