diff options
author | Nikolay Borisov <nborisov@suse.com> | 2020-09-14 12:37:03 +0300 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2020-10-07 12:13:19 +0200 |
commit | 2f1d3e4b930dcb83ac7ec9b106d7adb4d36c4c9d (patch) | |
tree | fa3f5905b5ad84cdb051c08d9833f8441f950e84 /fs/btrfs/dev-replace.c | |
parent | bb56f02f26fe23798edb1b2175707419b28c752a (diff) | |
download | linux-2f1d3e4b930dcb83ac7ec9b106d7adb4d36c4c9d.tar.bz2 |
btrfs: remove btree_readpage
There is no way for this function to be called as ->readpage() since
it's called from
generic_file_buffered_read/filemap_fault/do_read_cache_page/readhead
code. BTRFS doesn't utilize the first 3 for the btree inode and
implements it's owon readhead mechanism. So simply remove the function.
Reviewed-by: Qu Wenruo <wqu@suse.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>
Diffstat (limited to 'fs/btrfs/dev-replace.c')
0 files changed, 0 insertions, 0 deletions