aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2013-03-09 11:02:31 -0500
committerTrond Myklebust <Trond.Myklebust@netapp.com>2013-04-05 17:03:52 -0400
commitcb6071874703565762c190e1e7ebde762e525063 (patch)
treeb464d95370e687b3a4185a3bf5785fcc6db4c905 /net/sunrpc
parent25d280aad82e559cc7bc762410cd35ea5b98e294 (diff)
sunrpc: drop "select NETVM"
The Kconfig entry for SUNRPC_SWAP selects NETVM. That select statement was added in commit a564b8f0398636ba30b07c0eaebdef7ff7837249 ("nfs: enable swap on NFS"). But there's no Kconfig symbol NETVM. It apparently was only in used in development versions of the swap over nfs functionality but never entered mainline. Anyhow, it is a nop and can safely be dropped. Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'net/sunrpc')
-rw-r--r--net/sunrpc/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/sunrpc/Kconfig b/net/sunrpc/Kconfig
index 516fe2caac2c..262caf03bd5f 100644
--- a/net/sunrpc/Kconfig
+++ b/net/sunrpc/Kconfig
@@ -24,7 +24,6 @@ config SUNRPC_XPRT_RDMA
24config SUNRPC_SWAP 24config SUNRPC_SWAP
25 bool 25 bool
26 depends on SUNRPC 26 depends on SUNRPC
27 select NETVM
28 27
29config RPCSEC_GSS_KRB5 28config RPCSEC_GSS_KRB5
30 tristate "Secure RPC: Kerberos V mechanism" 29 tristate "Secure RPC: Kerberos V mechanism"