diff options
author | Lukas Bulwahn <lukas.bulwahn@gmail.com> | 2023-07-20 11:43:01 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2023-07-21 21:46:02 +0200 |
commit | 626c820526a0b1c1801612f4bfd2f6b6163373fc (patch) | |
tree | 76539c3bc330740c96a367cf7a74d93dcaed6ce0 | |
parent | docs/zh_TW: remove the mailing list entry for zh_TW (diff) | |
download | linux-626c820526a0b1c1801612f4bfd2f6b6163373fc.tar.xz linux-626c820526a0b1c1801612f4bfd2f6b6163373fc.zip |
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
-rw-r--r-- | Documentation/filesystems/afs.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/filesystems/afs.rst b/Documentation/filesystems/afs.rst index ca062a7f8ee2..f15ba388bbde 100644 --- a/Documentation/filesystems/afs.rst +++ b/Documentation/filesystems/afs.rst @@ -44,7 +44,7 @@ options:: CONFIG_AF_RXRPC - The RxRPC protocol transport CONFIG_RXKAD - The RxRPC Kerberos security handler - CONFIG_AFS - The AFS filesystem + CONFIG_AFS_FS - The AFS filesystem Additionally, the following can be turned on to aid debugging:: |