Skip to content

Commit

Permalink
afs: Documentation: correct reference to CONFIG_AFS_FS
Browse files Browse the repository at this point in the history
Commit 0795e7c ("[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
  • Loading branch information
Lukas Bulwahn authored and Jonathan Corbet committed Jul 21, 2023
1 parent afcca9b commit 626c820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/filesystems/afs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::

Expand Down

0 comments on commit 626c820

Please sign in to comment.