|
@@ -2004,7 +2004,7 @@ int fc_eh_abort(struct scsi_cmnd *sc_cmd)
|
|
fsp = CMD_SP(sc_cmd);
|
|
fsp = CMD_SP(sc_cmd);
|
|
if (!fsp) {
|
|
if (!fsp) {
|
|
/* command completed while scsi eh was setting up */
|
|
/* command completed while scsi eh was setting up */
|
|
- spin_unlock_irqrestore(lport->host->host_lock, flags);
|
|
|
|
|
|
+ spin_unlock_irqrestore(&si->scsi_queue_lock, flags);
|
|
return SUCCESS;
|
|
return SUCCESS;
|
|
}
|
|
}
|
|
/* grab a ref so the fsp and sc_cmd cannot be relased from under us */
|
|
/* grab a ref so the fsp and sc_cmd cannot be relased from under us */
|