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