]> git.ipfire.org Git - thirdparty/linux.git/commit
btrfs: remove fs_info argument from btrfs_try_granting_tickets()
authorFilipe Manana <fdmanana@suse.com>
Mon, 13 Oct 2025 12:57:09 +0000 (13:57 +0100)
committerDavid Sterba <dsterba@suse.com>
Mon, 24 Nov 2025 20:59:09 +0000 (21:59 +0100)
commite3df6408b13a75cf73e543e53453f28261874c6f
treea5d59308c3108a8eddf70d78b28575144ab18841
parentf1ae05b8eaf5b2049ef0f6bfff4376f793adeb83
btrfs: remove fs_info argument from btrfs_try_granting_tickets()

We don't need it since we can grab fs_info from the given space_info.
So remove the fs_info argument.

Reviewed-by: Qu Wenruo <wqu@suse.com>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Reviewed-by: Anand Jain <asj@kernel.org>
Signed-off-by: Filipe Manana <fdmanana@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/block-group.c
fs/btrfs/block-rsv.c
fs/btrfs/space-info.c
fs/btrfs/space-info.h