btrfs: open code extent_read_full_page to its sole caller
authorNikolay Borisov <nborisov@suse.com>
Mon, 14 Sep 2020 11:39:16 +0000 (14:39 +0300)
committerDavid Sterba <dsterba@suse.com>
Wed, 7 Oct 2020 10:13:21 +0000 (12:13 +0200)
commit0f208812493f4ce17910633ad3f7f3b7c8c35cd3
tree06c991d1672507df10dea5b609d9be189c96cb4c
parentfd513000eb279347df1f5a7ce720ae66b4ac3b1b
btrfs: open code extent_read_full_page to its sole caller

This makes reading the code a tad easier by decreasing the level of
indirection by one.

Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: Nikolay Borisov <nborisov@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/extent_io.c
fs/btrfs/extent_io.h
fs/btrfs/inode.c