diff options
author | Maurizio Lombardi <mlombard@redhat.com> | 2021-05-31 14:13:26 +0200 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2021-05-31 22:59:13 -0400 |
commit | 515da6f4295c2c42b8c54572cce3d2dd1167c41e (patch) | |
tree | 8eb5167cddd810a04118d9edf4f5edbfc613ed63 /lib/mpi/mpi-sub-ui.c | |
parent | 2ef7665dfd88830f15415ba007c7c9a46be7acd8 (diff) |
scsi: target: core: Fix warning on realtime kernels
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>
Diffstat (limited to 'lib/mpi/mpi-sub-ui.c')
0 files changed, 0 insertions, 0 deletions