aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/sunrpc
diff options
context:
space:
mode:
authorChuck Lever <chuck.lever@oracle.com>2019-08-16 17:48:36 -0400
committerJ. Bruce Fields <bfields@redhat.com>2019-08-19 10:59:28 -0400
commitd6dfe43ec6062beea5ba1172b957e74a13c95b86 (patch)
treecbe54abb9bc218fbb9b5fdb830a8d0706a38e9cb /include/linux/sunrpc
parentnfsd: Remove unnecessary NULL checks (diff)
downloadwireguard-linux-d6dfe43ec6062beea5ba1172b957e74a13c95b86.tar.xz
wireguard-linux-d6dfe43ec6062beea5ba1172b957e74a13c95b86.zip
svcrdma: Remove svc_rdma_wq
Clean up: the system workqueue will work just as well. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'include/linux/sunrpc')
-rw-r--r--include/linux/sunrpc/svc_rdma.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/sunrpc/svc_rdma.h b/include/linux/sunrpc/svc_rdma.h
index 981f0d726ad4..edb39900fe04 100644
--- a/include/linux/sunrpc/svc_rdma.h
+++ b/include/linux/sunrpc/svc_rdma.h
@@ -200,7 +200,6 @@ extern struct svc_xprt_class svc_rdma_bc_class;
#endif
/* svc_rdma.c */
-extern struct workqueue_struct *svc_rdma_wq;
extern int svc_rdma_init(void);
extern void svc_rdma_cleanup(void);