diff options
author | Chad Dupuis <chad.dupuis@qlogic.com> | 2013-10-30 03:38:14 -0400 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2013-12-19 10:38:57 -0500 |
commit | 50280c014de9d10f430bfbf3b343784d4cf1fc15 (patch) | |
tree | 9891ff39d7d8ed9d12775852523d51feb0cae38a /drivers/scsi/qla2xxx/qla_isr.c | |
parent | 8f476115b2fac206588c11aaa3fc20408d35bb15 (diff) |
[SCSI] Revert "qla2xxx: Ramp down queue depth for attached SCSI devices when driver resources are low."
This reverts commit 3c290d0b5f8ff7b0fd2c964c5ec2c14191a9e790
Signed-off-by: Chad Dupuis <chad.dupuis@qlogic.com>
Signed-off-by: Saurav Kashyap <saurav.kashyap@qlogic.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_isr.c')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_isr.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/scsi/qla2xxx/qla_isr.c b/drivers/scsi/qla2xxx/qla_isr.c index 6e649d733353..2e6eae3298d7 100644 --- a/drivers/scsi/qla2xxx/qla_isr.c +++ b/drivers/scsi/qla2xxx/qla_isr.c | |||
@@ -1991,7 +1991,6 @@ qla2x00_status_entry(scsi_qla_host_t *vha, struct rsp_que *rsp, void *pkt) | |||
1991 | 1991 | ||
1992 | /* Fast path completion. */ | 1992 | /* Fast path completion. */ |
1993 | if (comp_status == CS_COMPLETE && scsi_status == 0) { | 1993 | if (comp_status == CS_COMPLETE && scsi_status == 0) { |
1994 | qla2x00_do_host_ramp_up(vha); | ||
1995 | qla2x00_process_completed_request(vha, req, handle); | 1994 | qla2x00_process_completed_request(vha, req, handle); |
1996 | 1995 | ||
1997 | return; | 1996 | return; |
@@ -2250,9 +2249,6 @@ out: | |||
2250 | cp->cmnd, scsi_bufflen(cp), rsp_info_len, | 2249 | cp->cmnd, scsi_bufflen(cp), rsp_info_len, |
2251 | resid_len, fw_resid_len); | 2250 | resid_len, fw_resid_len); |
2252 | 2251 | ||
2253 | if (!res) | ||
2254 | qla2x00_do_host_ramp_up(vha); | ||
2255 | |||
2256 | if (rsp->status_srb == NULL) | 2252 | if (rsp->status_srb == NULL) |
2257 | sp->done(ha, sp, res); | 2253 | sp->done(ha, sp, res); |
2258 | } | 2254 | } |