aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/block/Kconfig
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2018-10-12 10:04:48 -0600
committerJens Axboe <axboe@kernel.dk>2018-11-07 13:42:32 -0700
commit3c7741567b8188f55e3704e56bed96460bf8d396 (patch)
treedadf315062613bf21131e359c1201cdf39f14a78 /block/Kconfig
parentblock: remove blk_complete_request() (diff)
downloadwireguard-linux-3c7741567b8188f55e3704e56bed96460bf8d396.tar.xz
wireguard-linux-3c7741567b8188f55e3704e56bed96460bf8d396.zip
blk-wbt: kill check for legacy queue type
Everything is blk-mq at this point, so it doesn't make any sense to have this option available as it does nothing. Reviewed-by: Hannes Reinecke <hare@suse.com> Tested-by: Ming Lei <ming.lei@redhat.com> Reviewed-by: Omar Sandoval <osandov@fb.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block/Kconfig')
-rw-r--r--block/Kconfig6
1 files changed, 0 insertions, 6 deletions
diff --git a/block/Kconfig b/block/Kconfig
index f7045aa47edb..8044452a4fd3 100644
--- a/block/Kconfig
+++ b/block/Kconfig
@@ -155,12 +155,6 @@ config BLK_CGROUP_IOLATENCY
Note, this is an experimental interface and could be changed someday.
-config BLK_WBT_SQ
- bool "Single queue writeback throttling"
- depends on BLK_WBT
- ---help---
- Enable writeback throttling by default on legacy single queue devices
-
config BLK_WBT_MQ
bool "Multiqueue writeback throttling"
default y