]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
btrfs: remove fs_info argument from priority_reclaim_data_space()
authorFilipe Manana <fdmanana@suse.com>
Mon, 13 Oct 2025 12:58:55 +0000 (13:58 +0100)
committerDavid Sterba <dsterba@suse.com>
Mon, 24 Nov 2025 20:59:09 +0000 (21:59 +0100)
commitf63b36686b721a21f83e170c247d3910d5a8b800
tree8210cd22a9236ad45bd17d122e44a30dadc66d76
parente3df6408b13a75cf73e543e53453f28261874c6f
btrfs: remove fs_info argument from priority_reclaim_data_space()

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