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.carpen...@oracle.com>
looks good. Signed-off-By: James Smart <james.sm...@broadcom.com>