diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2016-01-07 14:49:28 -0500 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2016-01-19 15:30:48 -0500 |
commit | 71810ef3271d1a06f7002c55c7e354d8c3233762 (patch) | |
tree | bd21f55de8eee5159e5eacc48eea883572ecb5d1 /include/linux/sunrpc | |
parent | 2fe81b239dbb00d0a2fd8858ac9dd4ef4a8841ee (diff) | |
download | lwn-71810ef3271d1a06f7002c55c7e354d8c3233762.tar.gz lwn-71810ef3271d1a06f7002c55c7e354d8c3233762.zip |
svcrdma: Remove unused req_map and ctxt kmem_caches
Clean up.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Acked-by: Bruce Fields <bfields@fieldses.org>
Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'include/linux/sunrpc')
-rw-r--r-- | include/linux/sunrpc/svc_rdma.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sunrpc/svc_rdma.h b/include/linux/sunrpc/svc_rdma.h index 05bf4febad44..141edbbb73b3 100644 --- a/include/linux/sunrpc/svc_rdma.h +++ b/include/linux/sunrpc/svc_rdma.h @@ -242,6 +242,7 @@ 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); |