blk-wbt: Remove obsolete multiqueue I/O scheduling comment
authorDanny Lin <danny@kdrag0n.dev>
Sat, 29 Aug 2020 09:13:53 +0000 (02:13 -0700)
committerJens Axboe <axboe@kernel.dk>
Tue, 1 Sep 2020 22:49:26 +0000 (16:49 -0600)
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 <danny@kdrag0n.dev>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/Kconfig

index bbad5e8..a2297ed 100644 (file)
@@ -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"