From 30c21e4ae793a0728655f5951e66b27314abaef6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Thu, 31 Jan 2019 15:18:08 +0100 Subject: [PATCH] - rel 3; enable MQ by default (as it is in upstream kernel) --- kernel-multiarch.config | 4 ++-- kernel.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kernel-multiarch.config b/kernel-multiarch.config index 379c23d9..c0688de7 100644 --- a/kernel-multiarch.config +++ b/kernel-multiarch.config @@ -3247,7 +3247,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=n +DM_MQ_DEFAULT all=y DM_DEBUG all=n DM_DEBUG_BLOCK_MANAGER_LOCKING all=n DM_DEBUG_BLOCK_STACK_TRACING all=n @@ -7303,7 +7303,7 @@ RAID_ATTRS all=m SCSI all=m SCSI_DMA all=y SCSI_NETLINK all=y -SCSI_MQ_DEFAULT all=n +SCSI_MQ_DEFAULT all=y SCSI_PROC_FS all=y #- SCSI support type (disk, tape, CD-ROM) BLK_DEV_SD all=m diff --git a/kernel.spec b/kernel.spec index ad3eac14..951dfd25 100644 --- a/kernel.spec +++ b/kernel.spec @@ -68,7 +68,7 @@ %define have_pcmcia 0 %endif -%define rel 2 +%define rel 3 %define basever 4.19 %define postver .18 -- 2.44.0