ib_srpt: Add a comment

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4265 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2012-05-02 09:46:04 +00:00
parent 8d775b8f39
commit 11f5cf447c

View File

@@ -2223,6 +2223,9 @@ static bool __srpt_close_ch(struct srpt_rdma_ch *ch)
/**
* srpt_close_ch() - Close an RDMA channel.
*
* Note: Must be called from inside an IB CM callback since otherwise it's not
* guaranteed that ch->cm_id won't be destroyed from another thread.
*/
static void srpt_close_ch(struct srpt_rdma_ch *ch)
{