]> Pileus Git - ~andy/linux/commitdiff
sunrpc: drop "select NETVM"
authorPaul Bolle <pebolle@tiscali.nl>
Sat, 9 Mar 2013 16:02:31 +0000 (17:02 +0100)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 5 Apr 2013 21:03:52 +0000 (17:03 -0400)
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>
net/sunrpc/Kconfig

index 516fe2caac2c98749f73f01512ca09b745166e1b..262caf03bd5f8b6b6e17bd2cdc362b2f9bcb7c79 100644 (file)
@@ -24,7 +24,6 @@ config SUNRPC_XPRT_RDMA
 config SUNRPC_SWAP
        bool
        depends on SUNRPC
-       select NETVM
 
 config RPCSEC_GSS_KRB5
        tristate "Secure RPC: Kerberos V mechanism"