diff options
author | Nikolay Borisov <nborisov@suse.com> | 2018-11-08 10:18:07 +0200 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2018-12-17 14:51:32 +0100 |
commit | 8cc0237abc3f138d9b5fa4cd8af26f3c335ba7eb (patch) | |
tree | de13d20719104abd5ccfd2e40da26f9ce2a8dffc /fs/btrfs/ctree.h | |
parent | 7789a55aa1c98e3408a77167699f86fdb79f097b (diff) | |
download | linux-8cc0237abc3f138d9b5fa4cd8af26f3c335ba7eb.tar.gz |
btrfs: Remove extent_page_data argument from writepage_delalloc
The only remaining use of the 'epd' argument in writepage_delalloc is
to reference the extent_io_tree which was set in extent_writepages. Since
it is guaranteed that page->mapping of any page passed to
writepage_delalloc (and __extent_writepage as the sole caller) to be
equal to that passed in extent_writepages we can directly get the
io_tree via the already passed inode (which is also taken from
page->mapping->host). No functional changes.
Signed-off-by: Nikolay Borisov <nborisov@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/ctree.h')
0 files changed, 0 insertions, 0 deletions