btrfs: make btrfs_should_periodic_reclaim() static
authorJohannes Thumshirn <johannes.thumshirn@wdc.com>
Wed, 21 May 2025 10:14:05 +0000 (12:14 +0200)
committerDavid Sterba <dsterba@suse.com>
Mon, 21 Jul 2025 21:44:11 +0000 (23:44 +0200)
commit2a946bf6d675178934100582317d58ce74f9e5af
tree0951b776c7edcbf1536c9252d8cf604fc919e22c
parent55f7c65b2f69c7e4cb7aa7c1654a228ccf734fd8
btrfs: make btrfs_should_periodic_reclaim() static

btrfs_should_periodic_reclaim() is not used outside of space-info.c so
make it static and remove the prototype from space-info.h.

Reviewed-by: Filipe Manana <fdmanana@suse.com>
Signed-off-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/space-info.c
fs/btrfs/space-info.h