summaryrefslogtreecommitdiff
path: root/readme.txt
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2012-04-09 18:26:40 +0200
committerTobias Klauser <tklauser@distanz.ch>2012-04-09 18:26:40 +0200
commit2ada29db9b62cbdf90e9953dc1b00905bb6c250d (patch)
tree611f990c24e1f0164fe243876b5d91e3874265cd /readme.txt
parent3da81083ed0968cb20a50a5c4922e260b3a0d7b0 (diff)
Update Standards-Version and debhelper compatibilityHEADmaster
Diffstat (limited to 'readme.txt')
0 files changed, 0 insertions, 0 deletions
ude/target/iscsi?id=131e6abc674edb9f9a59090bb35bf6650569b7e7&id2=68259b5aac13a57cba797b9605ed9812158f0e72'>diff)
target: Add TFO->abort_task for aborted task resources release
Now that TASK_ABORTED status is not generated for all cases by TMR ABORT_TASK + LUN_RESET, a new TFO->abort_task() caller is necessary in order to give fabric drivers a chance to unmap hardware / software resources before the se_cmd descriptor is released via the normal TFO->release_cmd() codepath. This patch adds TFO->aborted_task() in core_tmr_abort_task() in place of the original transport_send_task_abort(), and also updates all fabric drivers to implement this caller. The fabric drivers that include changes to perform cleanup via ->aborted_task() are: - iscsi-target - iser-target - srpt - tcm_qla2xxx The fabric drivers that currently set ->aborted_task() to NOPs are: - loopback - tcm_fc - usb-gadget - sbp-target - vhost-scsi For the latter five, there appears to be no additional cleanup required before invoking TFO->release_cmd() to release the se_cmd descriptor. v2 changes: - Move ->aborted_task() call into transport_cmd_finish_abort (Alex) Cc: Alex Leung <amleung21@yahoo.com> Cc: Mark Rustad <mark.d.rustad@intel.com> Cc: Roland Dreier <roland@kernel.org> Cc: Vu Pham <vu@mellanox.com> Cc: Chris Boot <bootc@bootc.net> Cc: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Cc: Michael S. Tsirkin <mst@redhat.com> Cc: Giridhar Malavali <giridhar.malavali@qlogic.com> Cc: Saurav Kashyap <saurav.kashyap@qlogic.com> Cc: Quinn Tran <quinn.tran@qlogic.com> Cc: Sagi Grimberg <sagig@mellanox.com> Cc: Or Gerlitz <ogerlitz@mellanox.com> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'include/target/iscsi')