]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
btrfs: remove fs_info argument from __reserve_bytes()
authorFilipe Manana <fdmanana@suse.com>
Mon, 13 Oct 2025 17:23:27 +0000 (18:23 +0100)
committerDavid Sterba <dsterba@suse.com>
Mon, 24 Nov 2025 20:59:11 +0000 (21:59 +0100)
commit30b87a23196c18df70851ea5b021dd8b8fe1ab8e
tree25f0edd9cd0303802b4c8812da66ffd71b979719
parent09d0f285310ab46457a31ab942e9a1157dd70c38
btrfs: remove fs_info argument from __reserve_bytes()

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/space-info.c