lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 12 Jan 2015 17:55:10 -0500
From:	Kevin Mulvey <king.feruke@...il.com>
To:	trond.myklebust@...marydata.com, linux-nfs@...r.kernel.org,
	linux-kernel@...r.kernel.org
Cc:	Kevin Mulvey <kmulvey@...ux.com>
Subject: [PATCH] nfs: correct typo in nfs Kconfig

From: Kevin Mulvey <kmulvey@...ux.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@...ux.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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ