Skip to content

Commit

Permalink
io controller: quick fix for blk-cgroup and modular CFQ
Browse files Browse the repository at this point in the history
It's currently not an allowed configuration, so express that in Kconfig.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
  • Loading branch information
Jens Axboe committed Dec 4, 2009
1 parent f2eecb9 commit 237e5bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion block/Kconfig.iosched
Original file line number Diff line number Diff line change
Expand Up @@ -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---
Expand Down

0 comments on commit 237e5bc

Please sign in to comment.