]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
btrfs: Remove fs_info argument from remove_free_space_extent
authorNikolay Borisov <nborisov@suse.com>
Thu, 10 May 2018 12:44:52 +0000 (15:44 +0300)
committerDavid Sterba <dsterba@suse.com>
Mon, 28 May 2018 16:07:35 +0000 (18:07 +0200)
commite581168d1f56ae64e29bd715d34455980212f18d
tree184d109d8c34e72d64e8935074d1a80e56b640f6
parent5cb1782213006868cf29287f8ac4160491f740f0
btrfs: Remove fs_info argument from remove_free_space_extent

This function takes a transaction handle which already has a reference
to the fs_info. Use it 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