android_kernel_asus_sm8350/drivers/scsi/device_handler
Christoph Hellwig 1bab0de027 dm-mpath, scsi_dh: don't let dm detach device handlers
While allowing dm-mpath to attach device handlers is a functionality we need
for backwards compatibility reason there is no reason to reference count
them and detach them if dm-mpath stops using the device for some reason.

If the device handler works for the given device it can just stay attached,
and we can take the retain_hw_handler codepath.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Mike Snitzer <snitzer@redhat.com>
Acked-by: Hannes Reinecke <hare@Suse.de>
Signed-off-by: James Bottomley <JBottomley@Odin.com>
2015-08-28 13:14:54 -07:00
..
Kconfig drivers/scsi/device_handler: remove depends on CONFIG_EXPERIMENTAL 2013-01-21 14:52:45 -08:00
Makefile [SCSI] scsi_dh: add generic SPC-3 alua handler 2008-07-26 15:14:52 -04: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
scsi_dh.c dm-mpath, scsi_dh: don't let dm detach device handlers 2015-08-28 13:14:54 -07:00