dm: Enable DM_MQ_DEFAULT. This can be reverted using the kernel parameter: dm_mod.use_blk_mq=n

This commit is contained in:
Ben Hutchings 2018-05-10 01:46:15 +01:00
parent 049487d882
commit e2a9c8d8a2
2 changed files with 3 additions and 0 deletions

2
debian/changelog vendored
View File

@ -21,6 +21,8 @@ linux (4.17~rc4-1~exp1) UNRELEASED; urgency=medium
messages from drivers"
* SCSI: Enable SCSI_MQ_DEFAULT. This can be reverted using the kernel
parameter: scsi_mod.use_blk_mq=n
* dm: Enable DM_MQ_DEFAULT. This can be reverted using the kernel parameter:
dm_mod.use_blk_mq=n
-- Luca Boccassi <bluca@debian.org> Wed, 02 May 2018 12:59:01 +0100

View File

@ -1751,6 +1751,7 @@ CONFIG_MD_MULTIPATH=m
CONFIG_MD_FAULTY=m
# CONFIG_MD_CLUSTER is not set
CONFIG_BLK_DEV_DM=m
CONFIG_DM_MQ_DEFAULT=y
# CONFIG_DM_DEBUG is not set
# CONFIG_DM_DEBUG_BLOCK_STACK_TRACING is not set
CONFIG_DM_CRYPT=m