linux-IllusionX/drivers/target
Maurizio Lombardi 515da6f429 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>
2021-05-31 22:59:13 -04:00
..
iscsi
loopback
sbp
tcm_fc scsi: target: tcm_fc: Fix a kernel-doc header 2021-04-15 22:44:41 -04:00
Kconfig
Makefile
target_core_alua.c
target_core_alua.h
target_core_configfs.c scsi: target: Shorten ALUA error messages 2021-04-15 22:44:41 -04:00
target_core_device.c
target_core_fabric_configfs.c
target_core_fabric_lib.c
target_core_file.c
target_core_file.h
target_core_hba.c
target_core_iblock.c scsi: target: iblock: Fix smp_processor_id() BUG messages 2021-05-21 16:40:00 -04:00
target_core_iblock.h
target_core_internal.h
target_core_pr.c scsi: target: Fix two format specifiers 2021-04-15 22:44:41 -04:00
target_core_pr.h
target_core_pscsi.c SCSI misc on 20210428 2021-04-28 17:22:10 -07:00
target_core_pscsi.h
target_core_rd.c
target_core_rd.h
target_core_sbc.c
target_core_spc.c
target_core_stat.c
target_core_tmr.c
target_core_tpg.c
target_core_transport.c scsi: target: core: Fix warning on realtime kernels 2021-05-31 22:59:13 -04:00
target_core_ua.c
target_core_ua.h
target_core_user.c scsi: target: tcmu: Fix xarray RCU warning 2021-05-21 16:15:48 -04:00
target_core_xcopy.c
target_core_xcopy.h