mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 21:21:41 +00:00
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: Jens Axboe <jens.axboe@oracle.com>
This commit is contained in:
parent
f2eecb9152
commit
237e5bc4e5
@ -34,7 +34,7 @@ config IOSCHED_CFQ
|
||||
|
||||
config CFQ_GROUP_IOSCHED
|
||||
bool "CFQ Group Scheduling support"
|
||||
depends on IOSCHED_CFQ && CGROUPS
|
||||
depends on IOSCHED_CFQ=y && CGROUPS
|
||||
select BLK_CGROUP
|
||||
default n
|
||||
---help---
|
||||
|
Loading…
Reference in New Issue
Block a user