All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kevin Mulvey <king.feruke@gmail.com>
To: trond.myklebust@primarydata.com, linux-nfs@vger.kernel.org,
	linux-kernel@vger.kernel.org
Cc: Kevin Mulvey <kmulvey@linux.com>
Subject: [PATCH] nfs: correct typo in nfs Kconfig
Date: Mon, 12 Jan 2015 17:55:10 -0500	[thread overview]
Message-ID: <1421103310-25755-1-git-send-email-king.feruke@gmail.com> (raw)

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.
 
-- 
2.1.0


             reply	other threads:[~2015-01-12 23:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-12 22:55 Kevin Mulvey [this message]
2015-01-12 23:03 ` [PATCH] nfs: correct typo in nfs Kconfig Trond Myklebust

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1421103310-25755-1-git-send-email-king.feruke@gmail.com \
    --to=king.feruke@gmail.com \
    --cc=kmulvey@linux.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-nfs@vger.kernel.org \
    --cc=trond.myklebust@primarydata.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.