linux/drivers/scsi/device_handler
Christoph Hellwig 086b91d052 scsi_dh: integrate into the core SCSI code
Stop building scsi_dh as a separate module and integrate it fully into the
core SCSI code with explicit callouts at bus scan time.  For now the
callouts are placed at the same point as the old bus notifiers were called,
but in the future we will be able to look at ALUA INQUIRY data earlier on.

Note that this also means that the device handler modules need to be loaded
by the time we scan the bus.  The next patches will add support for
autoloading device handlers at bus scan time to make sure they are always
loaded if they are enabled in the kernel config.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Acked-by: Mike Snitzer <snitzer@redhat.com>
Signed-off-by: James Bottomley <JBottomley@Odin.com>
2015-08-28 13:14:56 -07:00
..
Kconfig scsi_dh: integrate into the core SCSI code 2015-08-28 13:14:56 -07:00
Makefile scsi_dh: integrate into the core SCSI code 2015-08-28 13:14:56 -07:00
scsi_dh_alua.c scsi: handle more device handler setup/teardown in common code 2014-11-12 11:19:36 +01:00
scsi_dh_emc.c scsi: handle more device handler setup/teardown in common code 2014-11-12 11:19:36 +01:00
scsi_dh_hp_sw.c scsi: handle more device handler setup/teardown in common code 2014-11-12 11:19:36 +01:00
scsi_dh_rdac.c scsi: handle more device handler setup/teardown in common code 2014-11-12 11:19:36 +01:00