linux/drivers/scsi/device_handler
Hannes Reinecke 80e1836cf9 scsi_dh_hp_sw: switch to scsi_execute_req_flags()
Switch to scsi_execute_req_flags() instead of using the block interface
directly.  This 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 scsi_dh_emc: switch to scsi_execute_req_flags() 2017-01-27 15:08:35 -07:00
scsi_dh_hp_sw.c scsi_dh_hp_sw: switch to scsi_execute_req_flags() 2017-01-27 15:08:35 -07:00
scsi_dh_rdac.c scsi_dh_rdac: switch to scsi_execute_req_flags() 2017-01-27 15:08:35 -07:00