]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: Remove fs_info argument from alloc_reserved_tree_block
authorNikolay Borisov <nborisov@suse.com>
Mon, 21 May 2018 09:27:20 +0000 (12:27 +0300)
committerDavid Sterba <dsterba@suse.com>
Tue, 29 May 2018 16:12:53 +0000 (18:12 +0200)
commitb3e76e0d73f5401a90a03c35cbf7f213f04b1e0b
treefe5e336db90f81f707e3c45200dd407d1ebac801
parent1a40f79124c86d0eaab1be96dcbe63bf9a0e6298
btrfs: Remove fs_info argument from alloc_reserved_tree_block

This function already takes a transaction handle which contains a
reference to the fs_info. So use this and remove the extra argument.

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-tree.c