Merge remote-tracking branch 'mkp-scsi/4.10/scsi-fixes' into fixes
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
config QEDI
|
config QEDI
|
||||||
tristate "QLogic QEDI 25/40/100Gb iSCSI Initiator Driver Support"
|
tristate "QLogic QEDI 25/40/100Gb iSCSI Initiator Driver Support"
|
||||||
depends on PCI && SCSI
|
depends on PCI && SCSI && UIO
|
||||||
depends on QED
|
depends on QED
|
||||||
select SCSI_ISCSI_ATTRS
|
select SCSI_ISCSI_ATTRS
|
||||||
select QED_LL2
|
select QED_LL2
|
||||||
|
@@ -2893,7 +2893,7 @@ scsi_internal_device_block(struct scsi_device *sdev)
|
|||||||
* request queue.
|
* request queue.
|
||||||
*/
|
*/
|
||||||
if (q->mq_ops) {
|
if (q->mq_ops) {
|
||||||
blk_mq_stop_hw_queues(q);
|
blk_mq_quiesce_queue(q);
|
||||||
} else {
|
} else {
|
||||||
spin_lock_irqsave(q->queue_lock, flags);
|
spin_lock_irqsave(q->queue_lock, flags);
|
||||||
blk_stop_queue(q);
|
blk_stop_queue(q);
|
||||||
|
Reference in New Issue
Block a user