]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: Remove fs_info argument from lookup_tree_block_ref
authorNikolay Borisov <nborisov@suse.com>
Wed, 20 Jun 2018 12:48:50 +0000 (15:48 +0300)
committerDavid Sterba <dsterba@suse.com>
Mon, 6 Aug 2018 11:12:33 +0000 (13:12 +0200)
commita68511caf2b33aac3541f696e5c08372a90e5cd3
tree33ae9d215d1da3d20748ae9729461cf460c7eb1e
parent685eb85803b32b664fef798a7b237e7e66ba4479
btrfs: Remove fs_info argument from lookup_tree_block_ref

This function is always called with a valid transaction handle from
where the fs_info can be referenced. No functional changes.

Signed-off-by: Nikolay Borisov <nborisov@suse.com>
Reviewed-by: Qu Wenruo <wqu@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/extent-tree.c