diff options
-rw-r--r-- | drivers/scsi/libfc/fc_fcp.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/scsi/libfc/fc_fcp.c b/drivers/scsi/libfc/fc_fcp.c index c797f6b48f05..43866e6d0bf2 100644 --- a/drivers/scsi/libfc/fc_fcp.c +++ b/drivers/scsi/libfc/fc_fcp.c | |||
@@ -1971,10 +1971,8 @@ static void fc_io_compl(struct fc_fcp_pkt *fsp) | |||
1971 | break; | 1971 | break; |
1972 | } | 1972 | } |
1973 | 1973 | ||
1974 | if (lport->state != LPORT_ST_READY && fsp->status_code != FC_COMPLETE) { | 1974 | if (lport->state != LPORT_ST_READY && fsp->status_code != FC_COMPLETE) |
1975 | sc_cmd->result = (DID_REQUEUE << 16); | 1975 | sc_cmd->result = (DID_TRANSPORT_DISRUPTED << 16); |
1976 | FC_FCP_DBG(fsp, "Returning DID_REQUEUE to scsi-ml\n"); | ||
1977 | } | ||
1978 | 1976 | ||
1979 | spin_lock_irqsave(&si->scsi_queue_lock, flags); | 1977 | spin_lock_irqsave(&si->scsi_queue_lock, flags); |
1980 | list_del(&fsp->list); | 1978 | list_del(&fsp->list); |