Commit 237e5bc4 authored by Jens Axboe's avatar Jens Axboe

io controller: quick fix for blk-cgroup and modular CFQ

It's currently not an allowed configuration, so express that in Kconfig.
Signed-off-by: default avatarJens Axboe <jens.axboe@oracle.com>
parent f2eecb91
...@@ -34,7 +34,7 @@ config IOSCHED_CFQ ...@@ -34,7 +34,7 @@ config IOSCHED_CFQ
config CFQ_GROUP_IOSCHED config CFQ_GROUP_IOSCHED
bool "CFQ Group Scheduling support" bool "CFQ Group Scheduling support"
depends on IOSCHED_CFQ && CGROUPS depends on IOSCHED_CFQ=y && CGROUPS
select BLK_CGROUP select BLK_CGROUP
default n default n
---help--- ---help---
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment