btrfs: sink read_flags argument into extent_read_full_page
authorNikolay Borisov <nborisov@suse.com>
Mon, 14 Sep 2020 09:37:10 +0000 (12:37 +0300)
committerDavid Sterba <dsterba@suse.com>
Wed, 7 Oct 2020 10:13:20 +0000 (12:13 +0200)
commit6f15af6060057babf03d3b0dce2b0d7a9258620c
tree9b15068e4f8b75b0affd15984cc04dad117ea38b
parent003c286aef3f73e8e7b5fce6040761966ba65b5b
btrfs: sink read_flags argument into extent_read_full_page

It's always set to 0 by its sole caller - btrfs_readpage. Simply remove
it.

Reviewed-by: Josef Bacik <josef@toxicpanda.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