diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2017-06-30 11:02:51 +0300 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2017-07-01 17:08:41 -0400 |
commit | c4031db72b4fd2640ff3a7240701397abaacf048 (patch) | |
tree | 951c445b0cbb5f59d0a4f8baed380290fc1e3eb0 /Documentation/core-api | |
parent | f557e32c0023ea0d67cdaa81b3398550dc1e4876 (diff) |
scsi: lpfc: spin_lock_irq() is not nestable
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@oracle.com>
Acked-by: James Smart <james.smart@broadcom.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'Documentation/core-api')
0 files changed, 0 insertions, 0 deletions