]> git.karo-electronics.de Git - karo-tx-linux.git/commit
qla2xxx: terminate exchange when command is aborted by LIO
authorAlexei Potashnik <alexei@purestorage.com>
Tue, 14 Jul 2015 20:00:49 +0000 (16:00 -0400)
committerNicholas Bellinger <nab@linux-iscsi.org>
Fri, 24 Jul 2015 21:19:42 +0000 (14:19 -0700)
commit7359df25a53386dd33c223672bbd12cb49d0ce4f
tree1fa5616771e5023696200032b3bb0b5fa5a8af68
parente52a8b45b9c782937f74b701f8c656d4e5619eb5
qla2xxx: terminate exchange when command is aborted by LIO

The newly introduced aborted_task TFO callback has to terminate
exchange with QLogic driver, since command is being deleted and
no status will be queued to the driver at a later point.

This patch also moves the burden of releasing one cmd refcount to
the aborted_task handler.

Changed iSCSI aborted_task logic to satisfy the above requirement.

Cc: <stable@vger.kernel.org> # v3.18+
Signed-off-by: Alexei Potashnik <alexei@purestorage.com>
Acked-by: Quinn Tran <quinn.tran@qlogic.com>
Signed-off-by: Himanshu Madhani <himanshu.madhani@qlogic.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
drivers/scsi/qla2xxx/qla_target.c
drivers/scsi/qla2xxx/qla_target.h
drivers/scsi/qla2xxx/tcm_qla2xxx.c