Re: [PATCH 1/2] scsi: lpfc: spin_lock_irq() is not nestable

From: James Smart
Date: Fri Jun 30 2017 - 10:56:46 EST


On 6/30/2017 1:02 AM, Dan Carpenter wrote:
We're calling spin_lock_irq() multiple times, the problem is that on the
first spin_unlock_irq() then we will re-enable IRQs and we don't want
that.

Fixes: 966bb5b71196 ("scsi: lpfc: Break up IO ctx list into a separate get and put list")
Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx>


looks good.

Signed-off-By: James Smart <james.smart@xxxxxxxxxxxx>