aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorNeil Brown <neilb@cse.unsw.edu.au>2004-08-22 23:00:24 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-08-22 23:00:24 -0700
commitaecbbdf9df4ed3bac6d5d91425216cc3a315394b (patch)
tree56468230e2551299b185cb23ebba753ace1948f1 /fs
parentf3996c8cf3ff3595fa3c60efef8c07901b380b54 (diff)
downloadhistory-aecbbdf9df4ed3bac6d5d91425216cc3a315394b.tar.gz
[PATCH] nfsd: force server-side TCP when NFSv4 enabled
NFSv4 should really run over TCP, and clients will expect that; so there's no point letting people build kernels that support NFSv4 without also supporting server-side TCP. Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu> Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'fs')
-rw-r--r--fs/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/Kconfig b/fs/Kconfig
index a4035fba9b18d6..06e902ab6b5da6 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -1495,6 +1495,7 @@ config NFSD_V3
config NFSD_V4
bool "Provide NFSv4 server support (EXPERIMENTAL)"
depends on NFSD_V3 && EXPERIMENTAL
+ select NFSD_TCP
help
If you would like to include the NFSv4 server as well as the NFSv2
and NFSv3 servers, say Y here. This feature is experimental, and