From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752610AbbALXAR (ORCPT ); Mon, 12 Jan 2015 18:00:17 -0500 Received: from mail-qg0-f44.google.com ([209.85.192.44]:56102 "EHLO mail-qg0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751318AbbALXAP (ORCPT ); Mon, 12 Jan 2015 18:00:15 -0500 From: Kevin Mulvey To: trond.myklebust@primarydata.com, linux-nfs@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Kevin Mulvey Subject: [PATCH] nfs: correct typo in nfs Kconfig Date: Mon, 12 Jan 2015 17:55:10 -0500 Message-Id: <1421103310-25755-1-git-send-email-king.feruke@gmail.com> X-Mailer: git-send-email 2.1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Kevin Mulvey The help section of NFS_V3_ACL currently mentions the "noacl" option but the correct syntax is "no_acl". Signed-off-by: Kevin Mulvey --- 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