blk-iocost: disable writeback throttling
authorYu Kuai <yukuai3@huawei.com>
Wed, 12 Oct 2022 09:40:32 +0000 (17:40 +0800)
committerJens Axboe <axboe@kernel.dk>
Mon, 24 Oct 2022 00:59:16 +0000 (18:59 -0600)
commit8796acbc9a0eceeddd99eaef833bdda1241d39b9
tree381b00f5d79a489e12486d6e12b367cd6b53192a
parent247f34f7b80357943234f93f247a1ae6b6c3a740
blk-iocost: disable writeback throttling

Commit b5dc5d4d1f4f ("block,bfq: Disable writeback throttling") disable
wbt for bfq, because different write-throttling heuristics should not
work together.

For the same reason, wbt and iocost should not work together as well,
unless admin really want to do that, dispite that performance is
affected.

Signed-off-by: Yu Kuai <yukuai3@huawei.com>
Acked-by: Tejun Heo <tj@kernel.org>
Link: https://lore.kernel.org/r/20221012094035.390056-2-yukuai1@huaweicloud.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-iocost.c