mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
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>
This commit is contained in:
parent
4ce7906328
commit
339b5a25c2
1 changed files with 0 additions and 2 deletions
|
@ -161,8 +161,6 @@ config BLK_WBT_MQ
|
||||||
depends on BLK_WBT
|
depends on BLK_WBT
|
||||||
help
|
help
|
||||||
Enable writeback throttling by default on multiqueue devices.
|
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
|
config BLK_DEBUG_FS
|
||||||
bool "Block layer debugging information in debugfs"
|
bool "Block layer debugging information in debugfs"
|
||||||
|
|
Loading…
Add table
Reference in a new issue