aboutsummaryrefslogtreecommitdiffstats
path: root/include/rdma
diff options
context:
space:
mode:
authorParav Pandit <parav@mellanox.com>2019-12-12 13:30:24 +0200
committerJason Gunthorpe <jgg@mellanox.com>2020-01-07 20:20:48 -0400
commit40adf686128856c4add948fb002d43e2c507d1aa (patch)
tree4666203f42a0f7f8202e86860212795f0a317a91 /include/rdma
parentIB/core: Cut down single member ib_cache structure (diff)
downloadlinux-dev-40adf686128856c4add948fb002d43e2c507d1aa.tar.xz
linux-dev-40adf686128856c4add948fb002d43e2c507d1aa.zip
IB/core: Rename event_handler_lock to qp_open_list_lock
This lock is used to protect the qp->open_list linked list. As a side effect it seems to also globally serialize the qp event_handler, but it isn't clear if that is a deliberate design. Link: https://lore.kernel.org/r/20191212113024.336702-5-leon@kernel.org Signed-off-by: Parav Pandit <parav@mellanox.com> Signed-off-by: Leon Romanovsky <leonro@mellanox.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Diffstat (limited to 'include/rdma')
-rw-r--r--include/rdma/ib_verbs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rdma/ib_verbs.h b/include/rdma/ib_verbs.h
index 37dac147a946..cea4e198701e 100644
--- a/include/rdma/ib_verbs.h
+++ b/include/rdma/ib_verbs.h
@@ -2631,7 +2631,7 @@ struct ib_device {
struct rw_semaphore event_handler_rwsem;
/* Protects QP's event_handler calls and open_qp list */
- spinlock_t event_handler_lock;
+ spinlock_t qp_open_list_lock;
struct rw_semaphore client_data_rwsem;
struct xarray client_data;