OSDN Git Service

btrfs: Remove fs_info from insert_extent_data_ref
authorNikolay Borisov <nborisov@suse.com>
Wed, 20 Jun 2018 12:48:44 +0000 (15:48 +0300)
committerDavid Sterba <dsterba@suse.com>
Mon, 6 Aug 2018 11:12:32 +0000 (13:12 +0200)
commit62b895af4022017c11855087801b0575a442ccc6
treec312050fd886c3c0d27d97a916c0177b972aa4c3
parent10728404c6f64a570f5be95cd5b237c69d94d818
btrfs: Remove fs_info from insert_extent_data_ref

This function is always called with a valid transaction handle from
where fs_info can be referenced. So remove the redundant argument.
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