diff options
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | 2020-08-21 09:58:19 +0200 |
---|---|---|
committer | Sagi Grimberg <sagi@grimberg.me> | 2020-08-28 16:43:57 -0700 |
commit | 70e37988db94aba607d5491a94f80ba08e399b6b (patch) | |
tree | beef2136a6f11764baba0d8c63a6b961a7a492c3 /drivers/scsi/iscsi_boot_sysfs.c | |
parent | 7cd49f7576b0c61d6c4a2114cda08cc4d5ce0028 (diff) |
nvmet-fc: Fix a missed _irqsave version of spin_lock in 'nvmet_fc_fod_op_done()'
The way 'spin_lock()' and 'spin_lock_irqsave()' are used is not consistent
in this function.
Use 'spin_lock_irqsave()' also here, as there is no guarantee that
interruptions are disabled at that point, according to surrounding code.
Fixes: a97ec51b37ef ("nvmet_fc: Rework target side abort handling")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Sagi Grimberg <sagi@grimberg.me>
Diffstat (limited to 'drivers/scsi/iscsi_boot_sysfs.c')
0 files changed, 0 insertions, 0 deletions