]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitefdfdab4f5da7375a47336bbddb8960cf3a292b6
tree06c991d1672507df10dea5b609d9be189c96cb4c
parent0377c337bc14999eaf4e5fe24277fb51a3eacf7f
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