]> www.infradead.org Git - users/dwmw2/linux.git/commit
netfs: clean up after renaming FSCACHE_DEBUG config
authorLukas Bulwahn <lukas.bulwahn@redhat.com>
Wed, 31 Jul 2024 07:39:02 +0000 (09:39 +0200)
committerChristian Brauner <brauner@kernel.org>
Mon, 12 Aug 2024 20:03:26 +0000 (22:03 +0200)
commit889ced4c9388785952d78d20d338bda2df209bb5
tree1f7459c6b5f0ca52e8dc0cce8c2d226f3b2391bf
parent64a7ce76fb901bf9f9c36cf5d681328fc0fd4b5a
netfs: clean up after renaming FSCACHE_DEBUG config

Commit 6b8e61472529 ("netfs: Rename CONFIG_FSCACHE_DEBUG to
CONFIG_NETFS_DEBUG") renames the config, but introduces two issues: First,
NETFS_DEBUG mistakenly depends on the non-existing config NETFS, whereas
the actual intended config is called NETFS_SUPPORT. Second, the config
renaming misses to adjust the documentation of the functionality of this
config.

Clean up those two points.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
Link: https://lore.kernel.org/r/20240731073902.69262-1-lukas.bulwahn@redhat.com
Signed-off-by: Christian Brauner <brauner@kernel.org>
Documentation/filesystems/caching/fscache.rst
fs/netfs/Kconfig