Skip to content

Commit

Permalink
sunrpc: drop "select NETVM"
Browse files Browse the repository at this point in the history
The Kconfig entry for SUNRPC_SWAP selects NETVM. That select statement
was added in commit a564b8f ("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>
  • Loading branch information
Paul Bolle authored and Trond Myklebust committed Apr 5, 2013
1 parent 25d280a commit cb60718
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion net/sunrpc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit cb60718

Please sign in to comment.