Skip to content

Commit

Permalink
blkio: Allow CFQ group IO scheduling even when CFQ is a module
Browse files Browse the repository at this point in the history
o Now issues of blkio controller and CFQ in module mode should be fixed.
  Enable the cfq group scheduling support in module mode.

Signed-off-by: Vivek Goyal <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
  • Loading branch information
rhvgoyal authored and Jens Axboe committed Dec 4, 2009
1 parent 3e25206 commit 846954b
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=y && CGROUPS
depends on IOSCHED_CFQ && CGROUPS
select BLK_CGROUP
default n
---help---
Expand Down

0 comments on commit 846954b

Please sign in to comment.