]> git.hungrycats.org Git - linux/commit
btrfs: don't print information about space cache or tree every remount
authorMaciej S. Szmigiero <maciej.szmigiero@oracle.com>
Tue, 23 Aug 2022 15:28:20 +0000 (17:28 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 24 Oct 2022 07:58:22 +0000 (09:58 +0200)
commit42817b55ea979d4767bab8353d4157bc629f94a1
tree1c96e45997a8e062a5665397dd6241b4cae92eff
parenta5658aac9fbb62b5a97105b0dcc3e441a7baa8c3
btrfs: don't print information about space cache or tree every remount

[ Upstream commit dbecac26630014d336a8e5ea67096ff18210fb9c ]

btrfs currently prints information about space cache or free space tree
being in use on every remount, regardless whether such remount actually
enabled or disabled one of these features.

This is actually unnecessary since providing remount options changing the
state of these features will explicitly print the appropriate notice.

Let's instead print such unconditional information just on an initial mount
to avoid filling the kernel log when, for example, laptop-mode-tools
remount the fs on some events.

Signed-off-by: Maciej S. Szmigiero <maciej.szmigiero@oracle.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
fs/btrfs/super.c