diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2019-10-19 10:59:13 +0200 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2019-10-25 03:13:47 +0200 |
commit | d6c9b31ac3064fbedf8961f120a4c117daa59932 (patch) | |
tree | 1f23673ece95b4a5ecf068309ac595ac05699653 /drivers/target/iscsi | |
parent | scsi: lpfc: lpfc_nvmet: Fix Use plain integer as NULL pointer (diff) | |
download | linux-d6c9b31ac3064fbedf8961f120a4c117daa59932.tar.xz linux-d6c9b31ac3064fbedf8961f120a4c117daa59932.zip |
scsi: csiostor: Don't enable IRQs too early
These are called with IRQs disabled from csio_mgmt_tmo_handler() so we
can't call spin_unlock_irq() or it will enable IRQs prematurely.
Fixes: a3667aaed569 ("[SCSI] csiostor: Chelsio FCoE offload driver")
Link: https://lore.kernel.org/r/20191019085913.GA14245@mwanda
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/target/iscsi')
0 files changed, 0 insertions, 0 deletions