btrfs: sink get_extent parameter to extent_writepages
There's only one caller. Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
@ -8903,7 +8903,7 @@ static int btrfs_writepages(struct address_space *mapping,
|
||||
struct extent_io_tree *tree;
|
||||
|
||||
tree = &BTRFS_I(mapping->host)->io_tree;
|
||||
return extent_writepages(tree, mapping, btrfs_get_extent, wbc);
|
||||
return extent_writepages(tree, mapping, wbc);
|
||||
}
|
||||
|
||||
static int
|
||||
|
Reference in New Issue
Block a user