diff options
author | 2021-05-31 14:13:26 +0200 | |
---|---|---|
committer | 2021-05-31 22:59:13 -0400 | |
commit | 515da6f4295c2c42b8c54572cce3d2dd1167c41e (patch) | |
tree | 8eb5167cddd810a04118d9edf4f5edbfc613ed63 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | scsi: target: qla2xxx: Wait for stop_phase1 at WWN removal (diff) | |
download | wireguard-linux-515da6f4295c2c42b8c54572cce3d2dd1167c41e.tar.xz wireguard-linux-515da6f4295c2c42b8c54572cce3d2dd1167c41e.zip |
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 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions