Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge remote-tracking branch 'mkp-scsi/4.10/scsi-fixes' into fixes

+2 -2
+1 -1
drivers/scsi/qedi/Kconfig
··· 1 1 config QEDI 2 2 tristate "QLogic QEDI 25/40/100Gb iSCSI Initiator Driver Support" 3 - depends on PCI && SCSI 3 + depends on PCI && SCSI && UIO 4 4 depends on QED 5 5 select SCSI_ISCSI_ATTRS 6 6 select QED_LL2
+1 -1
drivers/scsi/scsi_lib.c
··· 2893 2893 * request queue. 2894 2894 */ 2895 2895 if (q->mq_ops) { 2896 - blk_mq_stop_hw_queues(q); 2896 + blk_mq_quiesce_queue(q); 2897 2897 } else { 2898 2898 spin_lock_irqsave(q->queue_lock, flags); 2899 2899 blk_stop_queue(q);