SCSI: Enable SCSI_MQ_DEFAULT

Now that blk-mq has a similar default scheduler as the old block
layer, it should be safe to switch over.

Note how to revert this at run-time if necessary.
This commit is contained in:
Ben Hutchings 2017-11-25 00:56:51 +00:00
parent f6077f8f4f
commit 16d7f29d46
2 changed files with 3 additions and 0 deletions

2
debian/changelog vendored
View File

@ -18,6 +18,8 @@ linux (4.14.2-1~exp1) UNRELEASED; urgency=medium
- video: Disable USB_APPLEDISPLAY, BACKLIGHT_CLASS_DEVICE
* apparmor: fix oops in audit_signal_cb hook (regression in 4.14)
* leds: Enable LEDS_BRIGHTNESS_HW_CHANGED (Closes: #872862)
* SCSI: Enable SCSI_MQ_DEFAULT. This can be reverted using the kernel
parameter: scsi_mod.use_blk_mq=n
-- Ben Hutchings <ben@decadent.org.uk> Mon, 20 Nov 2017 14:16:28 +0000

View File

@ -4204,6 +4204,7 @@ CONFIG_RTC_DRV_AB3100=m
##
CONFIG_RAID_ATTRS=m
CONFIG_SCSI=m
CONFIG_SCSI_MQ_DEFAULT=y
# CONFIG_SCSI_PROC_FS is not set
CONFIG_BLK_DEV_SD=m
CONFIG_CHR_DEV_ST=m