diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2023-11-21 11:40:26 -0500 |
---|---|---|
committer | Chuck Lever <chuck.lever@oracle.com> | 2024-01-07 17:54:26 -0500 |
commit | 9c7e1a06588ee6962afe0dfe5a398e1d23212005 (patch) | |
tree | babd8fa184074d8b1ad14e82468aad3240b2a1b4 /include/linux/sunrpc | |
parent | 877118c667abe0df7e4d7b0607f77806a9d2df91 (diff) | |
download | linux-9c7e1a06588ee6962afe0dfe5a398e1d23212005.tar.gz linux-9c7e1a06588ee6962afe0dfe5a398e1d23212005.tar.bz2 linux-9c7e1a06588ee6962afe0dfe5a398e1d23212005.zip |
svcrdma: Add a utility workqueue to svcrdma
To handle work in the background, set up an UNBOUND workqueue for
svcrdma. Subsequent patches will make use of it.
Signed-off-by: Chuck Lever <chuck.lever@oracle.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 4ac32895a058..e18c94e816b3 100644 --- a/include/linux/sunrpc/svc_rdma.h +++ b/include/linux/sunrpc/svc_rdma.h @@ -65,6 +65,7 @@ extern unsigned int svcrdma_ord; extern unsigned int svcrdma_max_requests; extern unsigned int svcrdma_max_bc_requests; extern unsigned int svcrdma_max_req_size; +extern struct workqueue_struct *svcrdma_wq; extern struct percpu_counter svcrdma_stat_read; extern struct percpu_counter svcrdma_stat_recv; |