]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
btrfs: remove fs_info argument from need_preemptive_reclaim()
authorFilipe Manana <fdmanana@suse.com>
Mon, 13 Oct 2025 17:09:16 +0000 (18:09 +0100)
committerDavid Sterba <dsterba@suse.com>
Mon, 24 Nov 2025 20:59:10 +0000 (21:59 +0100)
commitd77b22de56776103511a50f92443ba83a70b2b32
tree34ceb782ca050b64ba32eb9e38fd98121a9a7e7f
parent4199eb2761344dac7a600ce893967d9314842252
btrfs: remove fs_info argument from need_preemptive_reclaim()

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