diff mbox

nfs: correct typo in nfs Kconfig

Message ID 1421103310-25755-1-git-send-email-king.feruke@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Kevin Mulvey Jan. 12, 2015, 10:55 p.m. UTC
From: Kevin Mulvey <kmulvey@linux.com>

The help section of NFS_V3_ACL currently mentions the "noacl" option
but the correct syntax is "no_acl".

Signed-off-by: Kevin Mulvey <kmulvey@linux.com>
---
 fs/nfs/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Trond Myklebust Jan. 12, 2015, 11:03 p.m. UTC | #1
On Mon, Jan 12, 2015 at 5:55 PM, Kevin Mulvey <king.feruke@gmail.com> wrote:
> From: Kevin Mulvey <kmulvey@linux.com>
>
> The help section of NFS_V3_ACL currently mentions the "noacl" option
> but the correct syntax is "no_acl".
>
> Signed-off-by: Kevin Mulvey <kmulvey@linux.com>
> ---
>  fs/nfs/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/fs/nfs/Kconfig b/fs/nfs/Kconfig
> index 3dece03..7de164b 100644
> --- a/fs/nfs/Kconfig
> +++ b/fs/nfs/Kconfig
> @@ -65,7 +65,7 @@ config NFS_V3_ACL
>           applications to access and modify ACLs on files on the server.
>
>           Most NFS servers don't support the Solaris NFSv3 ACL protocol
> -         extension.  You can choose N here or specify the "noacl" mount
> +         extension.  You can choose N here or specify the "no_acl" mount
>           option to prevent your NFS client from trying to use the NFSv3
>           ACL protocol.
>

Not in the Linux kernel:
http://lxr.free-electrons.com/source/fs/nfs/super.c#L121
diff mbox

Patch

diff --git a/fs/nfs/Kconfig b/fs/nfs/Kconfig
index 3dece03..7de164b 100644
--- a/fs/nfs/Kconfig
+++ b/fs/nfs/Kconfig
@@ -65,7 +65,7 @@  config NFS_V3_ACL
 	  applications to access and modify ACLs on files on the server.
 
 	  Most NFS servers don't support the Solaris NFSv3 ACL protocol
-	  extension.  You can choose N here or specify the "noacl" mount
+	  extension.  You can choose N here or specify the "no_acl" mount
 	  option to prevent your NFS client from trying to use the NFSv3
 	  ACL protocol.