projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df95a9d
)
nfsd: select CONFIG_PROC_FS in nfsv4 and gss server cases
author
J. Bruce Fields
<bfields@citi.umich.edu>
Mon, 12 Nov 2007 22:09:49 +0000
(17:09 -0500)
committer
J. Bruce Fields
<bfields@citi.umich.edu>
Fri, 1 Feb 2008 21:42:04 +0000
(16:42 -0500)
The server depends on upcalls under /proc to support nfsv4 and gss.
Acked-by: NeilBrown <neilb@suse.de>
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
fs/Kconfig
patch
|
blob
|
history
diff --git
a/fs/Kconfig
b/fs/Kconfig
index 219ec06a8c7e2cd057a28898c4827776a1abf0c3..987b5d7cb21a28eb875a7337c734276084a5f5ab 100644
(file)
--- a/
fs/Kconfig
+++ b/
fs/Kconfig
@@
-1674,6
+1674,8
@@
config NFSD
select CRYPTO_MD5 if NFSD_V4
select CRYPTO if NFSD_V4
select FS_POSIX_ACL if NFSD_V4
+ select PROC_FS if NFSD_V4
+ select PROC_FS if SUNRPC_GSS
help
If you want your Linux box to act as an NFS *server*, so that other
computers on your local network which support NFS can access certain