diff options
author | Nicholas Bellinger <nab@linux-iscsi.org> | 2013-11-12 18:05:07 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-12-04 11:05:53 -0800 |
commit | 10948410cdc954f2f7351699a7b7c1f51f7115ca (patch) | |
tree | 0f9ce4803990bf754616c2404be4786e6e5809fb /drivers/media | |
parent | b82f7e1e06fc1b7cbef13eb7a0a18968eeb657fd (diff) | |
download | linux-rt-10948410cdc954f2f7351699a7b7c1f51f7115ca.tar.gz |
ib_isert: Avoid duplicate iscsit_increment_maxcmdsn call
commit 04d9cd1224e5bc9d6146bab2866cdc81deb9b509 upstream.
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>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/media')
0 files changed, 0 insertions, 0 deletions