]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: Remove fs_info argument from update_free_space_extent_count
authorNikolay Borisov <nborisov@suse.com>
Thu, 10 May 2018 12:44:49 +0000 (15:44 +0300)
committerDavid Sterba <dsterba@suse.com>
Mon, 28 May 2018 16:07:34 +0000 (18:07 +0200)
commit4c491aae9ee68562f3d0d971b564fc9145c7adc3
tree91815d642f62be3f1502b85f5498b8eb9b81252a
parentd460633699951b2e5920d30abb4c19d7deb48fd5
btrfs: Remove fs_info argument from update_free_space_extent_count

This function already takes a transaction handle which has a reference
to the fs_info. So use that 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/free-space-tree.c