Added even more comments.

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1002 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2009-08-02 18:45:40 +00:00
parent 4d249a4112
commit 7cb9d95684

View File

@@ -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];