diff options
author | Nikolay Borisov <nborisov@suse.com> | 2018-05-10 15:44:48 +0300 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2018-05-28 18:07:34 +0200 |
commit | 5296c2bf51700451062dda22cd03c01d0104ccbc (patch) | |
tree | 38436e3b0823a0e1acf19d603a8bceb81e5e7cdf /fs/btrfs/free-space-tree.h | |
parent | 719fb4de5508f5fdf230ed4a76f6f830497a8f82 (diff) | |
download | linux-stable-5296c2bf51700451062dda22cd03c01d0104ccbc.tar.gz linux-stable-5296c2bf51700451062dda22cd03c01d0104ccbc.tar.bz2 linux-stable-5296c2bf51700451062dda22cd03c01d0104ccbc.zip |
btrfs: Remove fs_info parameter from convert_free_space_to_extents
This function always takes a transaction handle which contains a
reference to fs_info. So use that and kill 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>
Diffstat (limited to 'fs/btrfs/free-space-tree.h')
-rw-r--r-- | fs/btrfs/free-space-tree.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/btrfs/free-space-tree.h b/fs/btrfs/free-space-tree.h index 72ff743611ff..7624f2a1f8e7 100644 --- a/fs/btrfs/free-space-tree.h +++ b/fs/btrfs/free-space-tree.h @@ -46,7 +46,6 @@ int convert_free_space_to_bitmaps(struct btrfs_trans_handle *trans, struct btrfs_block_group_cache *block_group, struct btrfs_path *path); int convert_free_space_to_extents(struct btrfs_trans_handle *trans, - struct btrfs_fs_info *fs_info, struct btrfs_block_group_cache *block_group, struct btrfs_path *path); int free_space_test_bit(struct btrfs_block_group_cache *block_group, |