aboutsummaryrefslogtreecommitdiff
path: root/include/rdma/rdma_vt.h
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2018-07-05 11:05:25 +0100
committerMark Brown <broonie@kernel.org>2018-07-05 11:05:25 +0100
commit6183a1afdd2fb1c994e95af9d6db45f157241a04 (patch)
tree942b386dbeffc68be1018ecb496d843cde00b8be /include/rdma/rdma_vt.h
parent1ce34dea91ae86bb18f493f72292df1bf6f66df7 (diff)
parentfa745a1bd983b601c3f9c081ebf07dad9e0e3cb9 (diff)
Merge tag 'v4.14.53' into linux-linaro-lsk-v4.14
This is the 4.14.53 stable release
Diffstat (limited to 'include/rdma/rdma_vt.h')
-rw-r--r--include/rdma/rdma_vt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rdma/rdma_vt.h b/include/rdma/rdma_vt.h
index 1ba84a78f1c5..c653af91da16 100644
--- a/include/rdma/rdma_vt.h
+++ b/include/rdma/rdma_vt.h
@@ -409,7 +409,7 @@ struct rvt_dev_info {
spinlock_t pending_lock; /* protect pending mmap list */
/* CQ */
- struct kthread_worker *worker; /* per device cq worker */
+ struct kthread_worker __rcu *worker; /* per device cq worker */
u32 n_cqs_allocated; /* number of CQs allocated for device */
spinlock_t n_cqs_lock; /* protect count of in use cqs */