commit | 6375f8908255ea7438b60bb5998e6b3e1628500d | [log] [tgz] |
---|---|---|
author | Hannes Reinecke <hare@suse.de> | Thu Oct 02 09:30:55 2014 +0200 |
committer | Nicholas Bellinger <nab@linux-iscsi.org> | Fri Oct 03 11:16:12 2014 -0700 |
tree | e8a887292c2820129763c60b3bbc96a187a872b0 | |
parent | 1acff63f6ec2622662e647364293cc3ca495401f [diff] |
tcm_loop: Fixup tag handling The SCSI command tag is set to the tag assigned from the block layer, not the SCSI-II tag message. So we need to convert it into the correct SCSI-II tag message based on the device flags, not the tag value itself. Signed-off-by: Hannes Reinecke <hare@suse.de> Reviewed-by: Sagi Grimberg <sagig@mellanox.com> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>