Clean up: since FS_POSIX_ACL is a boolean, it can be selected safely
under the NFSD_V4 entry (also a boolean).
Signed-off-by: Chuck Lever <[email protected]>
---
fs/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/fs/Kconfig b/fs/Kconfig
index 5f00ee7..faf5620 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -1661,7 +1661,6 @@ config NFSD
select NFS_ACL_SUPPORT if NFSD_V2_ACL
select CRYPTO_MD5 if NFSD_V4
select CRYPTO if NFSD_V4
- select FS_POSIX_ACL if NFSD_V4
help
Choose Y here if you want to allow other computers to access
files residing on this system using Sun's Network File System
@@ -1723,6 +1722,7 @@ config NFSD_V4
bool "NFS server support for NFS version 4 (EXPERIMENTAL)"
depends on NFSD && PROC_FS && EXPERIMENTAL
select NFSD_V3
+ select FS_POSIX_ACL
select RPCSEC_GSS_KRB5
help
This option enables support in your system's NFS server for