]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
btrfs: remove redundant auto reclaim log message
authorJohannes Thumshirn <johannes.thumshirn@wdc.com>
Tue, 8 Jul 2025 06:55:02 +0000 (08:55 +0200)
committerDavid Sterba <dsterba@suse.com>
Mon, 21 Jul 2025 22:09:22 +0000 (00:09 +0200)
commita507904090d05904dda4fbcd3413e63c29d24057
tree6c168b6e7f041b61741740cd145b3fa2ad9ca5dc
parent240fafaa4400f7c577a5e8e40c496663da0e0798
btrfs: remove redundant auto reclaim log message

Remove the log message before reclaiming a chunk in
btrfs_reclaim_bgs_work(). Especially with automatic block-group
reclaiming these messages spam the kernel log.

Note there is also a tracepoint for the same condition to ease debugging.

Reviewed-by: Boris Burkov <boris@bur.io>
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/block-group.c