浏览代码

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>
Paul Bolle 12 年之前
父节点
当前提交
cb60718747
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      net/sunrpc/Kconfig

+ 0 - 1
net/sunrpc/Kconfig

@@ -24,7 +24,6 @@ config SUNRPC_XPRT_RDMA
 config SUNRPC_SWAP
 config SUNRPC_SWAP
 	bool
 	bool
 	depends on SUNRPC
 	depends on SUNRPC
-	select NETVM
 
 
 config RPCSEC_GSS_KRB5
 config RPCSEC_GSS_KRB5
 	tristate "Secure RPC: Kerberos V mechanism"
 	tristate "Secure RPC: Kerberos V mechanism"