summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
diff options
context:
space:
mode:
authorHimanshu Madhani2015-08-04 19:38:01 +0200
committerJames Bottomley2015-08-27 02:48:44 +0200
commit63e322aaa6a00536055558ac1307b2919ee57aef (patch)
tree02e1a4e35e15d1004be8389df7e0e0d95a694e87 /drivers/scsi
parentqla2xxx: Remove decrement of sp reference count in abort handler. (diff)
downloadkernel-qcow2-linux-63e322aaa6a00536055558ac1307b2919ee57aef.tar.gz
kernel-qcow2-linux-63e322aaa6a00536055558ac1307b2919ee57aef.tar.xz
kernel-qcow2-linux-63e322aaa6a00536055558ac1307b2919ee57aef.zip
qla2xxx: do not clear slot in outstanding cmd array
Signed-off-by: Himanshu Madhani <himanshu.madhani@qlogic.com> Signed-off-by: Giridhar Malavali <giridhar.malavali@qlogic.com> Signed-off-by: James Bottomley <JBottomley@Odin.com>
Diffstat (limited to 'drivers/scsi')
-rw-r--r--drivers/scsi/qla2xxx/qla_os.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/scsi/qla2xxx/qla_os.c b/drivers/scsi/qla2xxx/qla_os.c
index 95bee6807f46..0b90fac255d3 100644
--- a/drivers/scsi/qla2xxx/qla_os.c
+++ b/drivers/scsi/qla2xxx/qla_os.c
@@ -981,12 +981,6 @@ qla2xxx_eh_abort(struct scsi_cmnd *cmd)
}
spin_lock_irqsave(&ha->hardware_lock, flags);
- /*
- * Clear the slot in the oustanding_cmds array if we can't find the
- * command to reclaim the resources.
- */
- if (rval == QLA_FUNCTION_PARAMETER_ERROR)
- vha->req->outstanding_cmds[sp->handle] = NULL;
sp->done(ha, sp, 0);
spin_unlock_irqrestore(&ha->hardware_lock, flags);