commit | 5cb1782213006868cf29287f8ac4160491f740f0 | [log] [tgz] |
---|---|---|
author | Nikolay Borisov <nborisov@suse.com> | Thu May 10 15:44:51 2018 +0300 |
committer | David Sterba <dsterba@suse.com> | Mon May 28 18:07:35 2018 +0200 |
tree | a11481f5e748e52da9efa5e5454d62f2dee03a86 | |
parent | 85a7ef130cf5e31da4a4fa22120c1e32f4370cae [diff] |
btrfs: Remove fs_info argument from add_free_space_extent This function always takes a transaction handle which references the fs_info structure. 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>