btrfs: sink get_extent parameter to extent_write_locked_range

There's only one caller.

Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
David Sterba
2017-06-23 03:47:28 +02:00
parent 433175992c
commit 916b929831
3 changed files with 3 additions and 6 deletions

View File

@@ -769,7 +769,6 @@ retry:
inode, async_extent->start,
async_extent->start +
async_extent->ram_size - 1,
btrfs_get_extent,
WB_SYNC_ALL);
else if (ret)
unlock_page(async_cow->locked_page);