OSDN Git Service

btrfs: drop argument tree from submit_extent_page
authorDavid Sterba <dsterba@suse.com>
Wed, 5 Feb 2020 18:09:28 +0000 (19:09 +0100)
committerDavid Sterba <dsterba@suse.com>
Mon, 23 Mar 2020 16:01:34 +0000 (17:01 +0100)
commit0ceb34bf46d1a849b4d0659f8913bfcb14e5d482
tree33cc43f3a280eae3c042daca6a9af6672adb9001
parent45b08405b9f0dc31164b6c28ddcd6aeda3be54be
btrfs: drop argument tree from submit_extent_page

Now that we're sure the tree from argument is same as the one we can get
from the page's inode io_tree, drop the redundant argument.

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