kernel-hacking-2024-linux-s.../drivers/scsi/mpt2sas
Kashyap, Desai 34a03bef22 [SCSI] mpt2sas: setting SDEV into RUNNING state from Interrupt context
Changing SDEV Running state from interrupt context. Previously It was
handle in work queue thread. With this change It will not wait for work
queue thread to execute scsih_ublock_io_device to put SDEV into Running
state. This will reduce delay for Device becoming RUNNING.

Modified this patch considering James comment "Not to change SDEV state
using  scsi_device_set_state API, instead use scsi_internal_device_unblock
scsi_internal_device_block API"

Signed-off-by: Kashyap Desai <kashyap.desai@lsi.com>
Reviewed-by: Eric Moore <Eric.moore@lsi.com>
Cc: Stable Tree <stable@kernel.org>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
2009-09-05 09:35:48 -05:00
..
mpi
Kconfig
Makefile
mpt2sas_base.c [SCSI] mpt2sas: Prevent sending command to FW while Host Reset 2009-09-05 09:34:49 -05:00
mpt2sas_base.h [SCSI] mpt2sas: setting SDEV into RUNNING state from Interrupt context 2009-09-05 09:35:48 -05:00
mpt2sas_config.c [SCSI] mpt2sas: fix config request and diag reset deadlock 2009-08-14 09:16:05 -05:00
mpt2sas_ctl.c [SCSI] mpt2sas: Prevent sending command to FW while Host Reset 2009-09-05 09:34:49 -05:00
mpt2sas_ctl.h [SCSI] mpt2sas : release diagnotic buffers prior host reset 2009-04-27 10:54:04 -05:00
mpt2sas_debug.h
mpt2sas_scsih.c [SCSI] mpt2sas: setting SDEV into RUNNING state from Interrupt context 2009-09-05 09:35:48 -05:00
mpt2sas_transport.c [SCSI] mpt2sas: Removed wrapper funtions _scsih_link_change. 2009-09-05 09:35:07 -05:00