Searched hist:"04 d9cd1224e5bc9d6146bab2866cdc81deb9b509" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/infiniband/ulp/isert/ |
H A D | ib_isert.c | diff 04d9cd1224e5bc9d6146bab2866cdc81deb9b509 Wed Nov 13 03:05:07 CET 2013 Nicholas Bellinger <nab@linux-iscsi.org> ib_isert: Avoid duplicate iscsit_increment_maxcmdsn call
This patch avoids a duplicate iscsit_increment_maxcmdsn() call for ISER_IB_RDMA_WRITE within isert_map_rdma() + isert_reg_rdma_frwr(), which will already be occuring once during isert_put_datain() -> iscsit_build_rsp_pdu() operation.
It also removes the local conn->stat_sn assignment + increment, and changes the third parameter to iscsit_build_rsp_pdu() to signal this should be done by iscsi_target_mode code.
Tested-by: Moussa Ba <moussaba@micron.com> Cc: <stable@vger.kernel.org> # v3.10+ Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
|