]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit00cf2729ad53b6f4d5a8945fd22e0cde9f91c34e
tree33cc43f3a280eae3c042daca6a9af6672adb9001
parent5cd904cef528522694893cb7c5d5687001420777
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