]> git.pld-linux.org Git - packages/kernel.git/commitdiff
- disable multiqueue by default; mq layer doesn't support I/O schedulers and lack... LINUX_4_6
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 9 Aug 2016 08:08:26 +0000 (10:08 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 9 Aug 2016 08:08:26 +0000 (10:08 +0200)
kernel-multiarch.config

index 0d855f9c67eecac410fd25051574ba7d55634b94..d7a245734fe30012bccd582ea42959c354d13248 100644 (file)
@@ -2691,7 +2691,7 @@ MD_FAULTY all=m
 MD_CLUSTER all=m
 #- file drivers/md/bcache/Kconfig goes here
 BLK_DEV_DM all=m
-DM_MQ_DEFAULT all=y
+DM_MQ_DEFAULT all=n
 DM_DEBUG all=n
 DM_DEBUG_BLOCK_STACK_TRACING all=n
 #- file drivers/md/persistent-data/Kconfig goes here
@@ -6332,7 +6332,7 @@ RAID_ATTRS all=m
 SCSI all=m
 SCSI_DMA all=y
 SCSI_NETLINK all=y
-SCSI_MQ_DEFAULT all=y
+SCSI_MQ_DEFAULT all=n
 SCSI_PROC_FS all=y
 #- SCSI support type (disk, tape, CD-ROM)
 BLK_DEV_SD all=m
This page took 0.07659 seconds and 4 git commands to generate.