Skip to content

Commit 440bcc5

Browse files
author
J. Bruce Fields
committed
nfsd: select CONFIG_PROC_FS in nfsv4 and gss server cases
The server depends on upcalls under /proc to support nfsv4 and gss. Acked-by: NeilBrown <[email protected]> Signed-off-by: J. Bruce Fields <[email protected]>
1 parent df95a9d commit 440bcc5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

fs/Kconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1674,6 +1674,8 @@ config NFSD
16741674
select CRYPTO_MD5 if NFSD_V4
16751675
select CRYPTO if NFSD_V4
16761676
select FS_POSIX_ACL if NFSD_V4
1677+
select PROC_FS if NFSD_V4
1678+
select PROC_FS if SUNRPC_GSS
16771679
help
16781680
If you want your Linux box to act as an NFS *server*, so that other
16791681
computers on your local network which support NFS can access certain

0 commit comments

Comments
 (0)