Files
linux/drivers
Maurizio Lombardi 02c1b02b69 scsi: target: core: Fix warning on realtime kernels
[ Upstream commit 515da6f429 ]

On realtime kernels, spin_lock_irq*(spinlock_t) do not disable the
interrupts, a call to irqs_disabled() will return false thus firing a
warning in __transport_wait_for_tasks().

Remove the warning and also replace assert_spin_locked() with
lockdep_assert_held()

Link: https://lore.kernel.org/r/20210531121326.3649-1-mlombard@redhat.com
Reviewed-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Maurizio Lombardi <mlombard@redhat.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2021-06-30 08:49:11 -04:00
..
2021-05-22 10:40:25 +02:00
2020-12-29 13:45:00 +01:00
2021-04-07 12:05:39 +02:00
2020-02-28 15:42:33 +01:00