Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cb607187 authored by Paul Bolle's avatar Paul Bolle Committed by Trond Myklebust
Browse files

sunrpc: drop "select NETVM"



The Kconfig entry for SUNRPC_SWAP selects NETVM. That select statement
was added in commit a564b8f0 ("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: default avatarPaul Bolle <pebolle@tiscali.nl>
Signed-off-by: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
parent 25d280aa
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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"