Searched hist:f3f7277995675d632a3e42144e1a4c9b0cc58d44 (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/btrfs/ |
H A D | free-space-tree.h | diff f3f7277995675d632a3e42144e1a4c9b0cc58d44 Thu May 10 07:44:46 CDT 2018 Nikolay Borisov <nborisov@suse.com> btrfs: Remove fs_info parameter from remove_block_group_free_space
This function always takes a trans handle which contains a reference to the fs_info. 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>
|
H A D | free-space-tree.c | diff f3f7277995675d632a3e42144e1a4c9b0cc58d44 Thu May 10 07:44:46 CDT 2018 Nikolay Borisov <nborisov@suse.com> btrfs: Remove fs_info parameter from remove_block_group_free_space
This function always takes a trans handle which contains a reference to the fs_info. 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>
|
H A D | extent-tree.c | diff f3f7277995675d632a3e42144e1a4c9b0cc58d44 Thu May 10 07:44:46 CDT 2018 Nikolay Borisov <nborisov@suse.com> btrfs: Remove fs_info parameter from remove_block_group_free_space
This function always takes a trans handle which contains a reference to the fs_info. 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>
|
/openbmc/linux/fs/btrfs/tests/ |
H A D | free-space-tree-tests.c | diff f3f7277995675d632a3e42144e1a4c9b0cc58d44 Thu May 10 07:44:46 CDT 2018 Nikolay Borisov <nborisov@suse.com> btrfs: Remove fs_info parameter from remove_block_group_free_space
This function always takes a trans handle which contains a reference to the fs_info. 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>
|