commit | 3c98c62f7a761ab132950cf36795c8001be72b47 | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Fri Jun 23 04:01:08 2017 +0200 |
committer | David Sterba <dsterba@suse.com> | Mon Jan 22 16:08:13 2018 +0100 |
tree | 0e32e2bcfe148c4de55f8bee14e3959faa18ba13 | |
parent | deac642d7e0fd83efd3372c4093fe60ac7436db6 [diff] |
btrfs: drop get_extent from extent_page_data Previous patches cleaned up all places where extent_page_data::get_extent was set and it was btrfs_get_extent all the time, so we can simply call that instead. This also reduces size of extent_page_data by 8 bytes which has positive effect on stack consumption on various functions on the write out path. Signed-off-by: David Sterba <dsterba@suse.com>