LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH 09/11] NFSD: Move "select NFSD_V2_ACL if NFSD_V3_ACL"
@ 2008-02-08 17:52 Chuck Lever
0 siblings, 0 replies; only message in thread
From: Chuck Lever @ 2008-02-08 17:52 UTC (permalink / raw)
To: linux-kernel; +Cc: linux-nfs
Clean up: since NFSD_V2_ACL is a boolean, it can be selected safely
under the NFSD_V3_ACL entry (also a boolean).
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
---
fs/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/fs/Kconfig b/fs/Kconfig
index 32c84d9..21362e9 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -1657,7 +1657,6 @@ config NFSD
select LOCKD
select SUNRPC
select EXPORTFS
- select NFSD_V2_ACL if NFSD_V3_ACL
select NFS_ACL_SUPPORT if NFSD_V2_ACL
select CRYPTO_MD5 if NFSD_V4
select CRYPTO if NFSD_V4
@@ -1699,6 +1698,7 @@ config NFSD_V3
config NFSD_V3_ACL
bool "NFS server support for the NFSv3 ACL protocol extension"
depends on NFSD_V3
+ select NFSD_V2_ACL
help
Solaris NFS servers support an auxiliary NFSv3 ACL protocol that
never became an official part of the NFS version 3 protocol.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-02-08 18:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-08 17:52 [PATCH 09/11] NFSD: Move "select NFSD_V2_ACL if NFSD_V3_ACL" Chuck Lever
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).