Skip to content

Commit 626c820

Browse files
bulwahnJonathan Corbet
authored andcommitted
afs: Documentation: correct reference to CONFIG_AFS_FS
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 <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent afcca9b commit 626c820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/filesystems/afs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ options::
4444

4545
CONFIG_AF_RXRPC - The RxRPC protocol transport
4646
CONFIG_RXKAD - The RxRPC Kerberos security handler
47-
CONFIG_AFS - The AFS filesystem
47+
CONFIG_AFS_FS - The AFS filesystem
4848

4949
Additionally, the following can be turned on to aid debugging::
5050

0 commit comments

Comments
 (0)