Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

block: Default to use cgroup support for BFQ

Assuming that both Kconfig options, BLK_CGROUP and IOSCHED_BFQ are set, we
most likely want cgroup support for BFQ too (BFQ_GROUP_IOSCHED), so let's
make it default y.

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20230130121240.159456-1-ulf.hansson@linaro.org
Signed-off-by: Jens Axboe <axboe@kernel.dk>

authored by

Ulf Hansson and committed by
Jens Axboe
4a6a7bc2 323745a3

+1
+1
block/Kconfig.iosched
··· 30 30 config BFQ_GROUP_IOSCHED 31 31 bool "BFQ hierarchical scheduling support" 32 32 depends on IOSCHED_BFQ && BLK_CGROUP 33 + default y 33 34 select BLK_CGROUP_RWSTAT 34 35 help 35 36