From: Danny Lin Date: Sat, 29 Aug 2020 09:13:53 +0000 (-0700) Subject: blk-wbt: Remove obsolete multiqueue I/O scheduling comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=339b5a25c28c1d85afd0ce882f57962ad550bc6a;p=linux.git blk-wbt: Remove obsolete multiqueue I/O scheduling comment This comment was added before the multiqueue I/O scheduler framework was introduced; multiqueue has support for I/O scheduling now, so this obsolete comment can be removed. Signed-off-by: Danny Lin Signed-off-by: Jens Axboe --- diff --git a/block/Kconfig b/block/Kconfig index bbad5e8bbffeb..a2297edfdde88 100644 --- a/block/Kconfig +++ b/block/Kconfig @@ -161,8 +161,6 @@ config BLK_WBT_MQ depends on BLK_WBT help Enable writeback throttling by default on multiqueue devices. - Multiqueue currently doesn't have support for IO scheduling, - enabling this option is recommended. config BLK_DEBUG_FS bool "Block layer debugging information in debugfs"