Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

afs: Documentation: correct reference to CONFIG_AFS_FS

Commit 0795e7c031c4 ("[AFS]: Update the AFS fs documentation.") adds a new
section listing the build configuration options that need to be enabled for
the AFS file system.

The documentation refers to CONFIG_AFS, but the option is called
CONFIG_AFS_FS, since the beginning of Linux's git history.

Refer to the config option with the correct name.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20230720094301.9888-1-lukas.bulwahn@gmail.com

authored by

Lukas Bulwahn and committed by
Jonathan Corbet
626c8205 afcca9b9

+1 -1
+1 -1
Documentation/filesystems/afs.rst
··· 44 44 45 45 CONFIG_AF_RXRPC - The RxRPC protocol transport 46 46 CONFIG_RXKAD - The RxRPC Kerberos security handler 47 - CONFIG_AFS - The AFS filesystem 47 + CONFIG_AFS_FS - The AFS filesystem 48 48 49 49 Additionally, the following can be turned on to aid debugging:: 50 50