]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
scsi: lpfc: double lock typo in lpfc_ns_rsp()
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 3 May 2017 21:22:16 +0000 (00:22 +0300)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 9 May 2017 01:50:16 +0000 (21:50 -0400)
commit0d618cf4f24cebb822eaf57c27985266e4110176
tree31686560ba7189db3f003bea00bb8c93f1c13304
parent87ea6bdd8da88842a8247921f58ca495b4da79ef
scsi: lpfc: double lock typo in lpfc_ns_rsp()

There is a double lock bug here so this will deadlock instead of
unlocking.

Fixes: 1c5b12f76301 ("Fix implicit logo and RSCN handling for NVMET")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: James Smart <james.smart@broadcom.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/lpfc/lpfc_ct.c