Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Paul Bolle and committed by
Trond Myklebust
cb607187 25d280aa

-1
-1
net/sunrpc/Kconfig
··· 24 24 config SUNRPC_SWAP 25 25 bool 26 26 depends on SUNRPC 27 - select NETVM 28 27 29 28 config RPCSEC_GSS_KRB5 30 29 tristate "Secure RPC: Kerberos V mechanism"