linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] afs: Documentation: correct reference to CONFIG_AFS_FS
@ 2023-07-20  9:43 Lukas Bulwahn
  2023-07-21 19:46 ` Jonathan Corbet
  0 siblings, 1 reply; 2+ messages in thread
From: Lukas Bulwahn @ 2023-07-20  9:43 UTC (permalink / raw)
  To: David Howells, Marc Dionne, Jonathan Corbet, linux-afs,
	linux-doc, kernel-janitors, linux-kernel
  Cc: Lukas Bulwahn

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>
---
 Documentation/filesystems/afs.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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::
 
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] afs: Documentation: correct reference to CONFIG_AFS_FS
  2023-07-20  9:43 [PATCH] afs: Documentation: correct reference to CONFIG_AFS_FS Lukas Bulwahn
@ 2023-07-21 19:46 ` Jonathan Corbet
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2023-07-21 19:46 UTC (permalink / raw)
  To: Lukas Bulwahn, David Howells, Marc Dionne, linux-afs, linux-doc,
	kernel-janitors, linux-kernel
  Cc: Lukas Bulwahn

Lukas Bulwahn <lukas.bulwahn@gmail.com> writes:

> 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>
> ---
>  Documentation/filesystems/afs.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

That does indeed appear to be the case ... applied, thanks.

jon

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-07-21 19:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-20  9:43 [PATCH] afs: Documentation: correct reference to CONFIG_AFS_FS Lukas Bulwahn
2023-07-21 19:46 ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).