Re: [PATCH] scsi: lpfc: double lock typo in lpfc_ns_rsp()

2017-05-08 Thread Martin K. Petersen
Dan, > There is a double lock bug here so this will deadlock instead of > unlocking. Applied to 4.12/scsi-fixes. -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH] scsi: lpfc: double lock typo in lpfc_ns_rsp()

2017-05-03 Thread James Smart
On 5/3/2017 2:22 PM, Dan Carpenter wrote: 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 diff --git a/drivers/scsi/lpfc/lpfc_ct.c

[PATCH] scsi: lpfc: double lock typo in lpfc_ns_rsp()

2017-05-03 Thread Dan Carpenter
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 diff --git a/drivers/scsi/lpfc/lpfc_ct.c b/drivers/scsi/lpfc/lpfc_ct.c index