]> git.baikalelectronics.ru Git - kernel.git/commit
ib_srpt: always set response for task management
authorJack Wang <jinpu.wang@profitbricks.com>
Mon, 30 Sep 2013 08:09:05 +0000 (10:09 +0200)
committerNicholas Bellinger <nab@linux-iscsi.org>
Thu, 3 Oct 2013 11:23:17 +0000 (04:23 -0700)
commit63e410744219cf019fb1e7ba6c98c9872668cfb2
tree00ef452bc91025e8ff1670eae5b124390c04cb5a
parent514517895487ef51648597b33e0820a37bbfea38
ib_srpt: always set response for task management

The SRP specification requires:

  "Response data shall be provided in any SRP_RSP response that is sent in
   response to an SRP_TSK_MGMT request (see 6.7). The information in the
   RSP_CODE field (see table 24) shall indicate the completion status of
   the task management function."

So fix this to avoid the SRP initiator interprets task management functions
that succeeded as failed.

Signed-off-by: Jack Wang <jinpu.wang@profitbricks.com>
Cc: stable@vger.kernel.org # 3.3+
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
drivers/infiniband/ulp/srpt/ib_srpt.c