diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2019-08-16 17:48:36 -0400 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2019-08-19 10:59:28 -0400 |
commit | d6dfe43ec6062beea5ba1172b957e74a13c95b86 (patch) | |
tree | cbe54abb9bc218fbb9b5fdb830a8d0706a38e9cb /include/linux/sunrpc | |
parent | 10fa8acf0fa6ed79ddb662488addb3ba71e9db60 (diff) |
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.h | 1 |
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); |