]> git.baikalelectronics.ru Git - kernel.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)
commiteb8966de32f2ecf2094af38d60f893233258fe9b
tree1fa5616771e5023696200032b3bb0b5fa5a8af68
parent318eb3931a37196118451011ddd02129de5f6e1d
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