Add a missing spin_unlock() found when a BLS frame was mis-delivered. Signed-off-by: Joe Eykholt <fcoe@xxxxxxxxxxx> --- drivers/scsi/ofc/openfc/openfc_scsi.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/scsi/ofc/openfc/openfc_scsi.c b/drivers/scsi/ofc/openfc/openfc_scsi.c index 86e6895..5fa0ad6 100644 --- a/drivers/scsi/ofc/openfc/openfc_scsi.c +++ b/drivers/scsi/ofc/openfc/openfc_scsi.c @@ -548,6 +548,8 @@ void openfc_scsi_abort_iocontext(struct fc_scsi_pkt *fsp) fsp->status_code = OPENFC_ERROR; fsp->io_status = (SUGGEST_RETRY << 24); (*fsp->done) (fsp); + } else { + spin_unlock(&qp->scsi_pkt_lock); } } - To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html