diff --git a/srpt/src/ib_srpt.h b/srpt/src/ib_srpt.h index 622c444ea..3ce7ddaa4 100644 --- a/srpt/src/ib_srpt.h +++ b/srpt/src/ib_srpt.h @@ -200,7 +200,10 @@ struct srpt_device { struct srpt_ioctx *ioctx_ring[SRPT_SRQ_SIZE]; /* List node for insertion in the srpt_devices list. */ struct list_head list; - /* List node for insertion in the srpt_rdma_ch::list list. */ + /* + * List node for insertion in the srpt_rdma_ch::list list. + * This list is protected by srpt_device::spinlock. + */ struct list_head rch_list; spinlock_t spinlock; struct srpt_port port[2];