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 9e66c5f..6adfd59 100644 --- a/drivers/scsi/ofc/openfc/openfc_scsi.c +++ b/drivers/scsi/ofc/openfc/openfc_scsi.c @@ -580,6 +580,8 @@ static void openfc_scsi_rcv(struct fc_seq *sp, struct fc_frame *fp, void *arg) fc_seq_exch_complete(sp); fsp->state = OPENFC_SRB_RCV_STATUS; (*fsp->done) (fsp); + } else { + spin_unlock(&qp->scsi_pkt_lock); } out: fc_frame_free(fp); - 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