diff options
author | Danny Lin <danny@kdrag0n.dev> | 2020-08-29 11:13:53 +0200 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2020-09-02 00:49:26 +0200 |
commit | 339b5a25c28c1d85afd0ce882f57962ad550bc6a (patch) | |
tree | 30c2776289bc9327a7dc5896f2e6232c124e99ee /block/Kconfig | |
parent | virtio-blk: Use kobj_to_dev() instead of container_of() (diff) | |
download | linux-339b5a25c28c1d85afd0ce882f57962ad550bc6a.tar.xz linux-339b5a25c28c1d85afd0ce882f57962ad550bc6a.zip |
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 <danny@kdrag0n.dev>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to '')
-rw-r--r-- | block/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/block/Kconfig b/block/Kconfig index bbad5e8bbffe..a2297edfdde8 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" |