linux-stable/drivers/scsi/device_handler
Hannes Reinecke 3278255741 scsi_dh_rdac: switch to scsi_execute_req_flags()
Switch to scsi_execute_req_flags() and scsi_get_vpd_page() instead of
open-coding it.  Using scsi_execute_req_flags() will set REQ_QUIET and
REQ_PREEMPT, but this is okay as we're evaluating the errors anyway and
should be able to send the command even if the device is quiesced.

Signed-off-by: Hannes Reinecke <hare@suse.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Martin K. Petersen <martin.petersen@oracle.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
2017-01-27 15:08:35 -07:00
..
Kconfig scsi_dh: force modular build if SCSI is a module 2016-02-23 21:27:02 -05:00
Makefile scsi_dh: integrate into the core SCSI code 2015-08-28 13:14:56 -07:00
scsi_dh_alua.c SCSI misc on 20161213 2016-12-14 10:49:33 -08:00
scsi_dh_emc.c block: split out request-only flags into a new namespace 2016-10-28 08:45:17 -06:00
scsi_dh_hp_sw.c block: split out request-only flags into a new namespace 2016-10-28 08:45:17 -06:00
scsi_dh_rdac.c scsi_dh_rdac: switch to scsi_execute_req_flags() 2017-01-27 15:08:35 -07:00