OSDN Git Service

TARGET/sbc,loopback: Adjust command data length in case pi exists on the wire
authorSagi Grimberg <sagig@mellanox.com>
Wed, 11 Jun 2014 09:09:59 +0000 (12:09 +0300)
committerNicholas Bellinger <nab@linux-iscsi.org>
Wed, 11 Jun 2014 20:06:50 +0000 (13:06 -0700)
commite2a4f55c6498b59a17a85a1bb6db122a993ffe02
tree8532312775b3245206db6a91f1d83621f55275df
parentd77e65350f2d82dfa0557707d505711f5a43c8fd
TARGET/sbc,loopback: Adjust command data length in case pi exists on the wire

In various areas of the code, it is assumed that
se_cmd->data_length describes pure data. In case
that protection information exists over the wire
(protect bits is are on) the target core re-calculates
the data length from the CDB and the backed device
block size (instead of each transport peeking in the cdb).

Modify loopback device to include protection information
in the transferred data length (like other scsi transports).

Signed-off-by: Sagi Grimberg <sagig@mellanox.com>
Cc: stable@vger.kernel.org # 3.15+
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
drivers/target/loopback/tcm_loop.c
drivers/target/target_core_sbc.c