Commit 846954b0 authored by Vivek Goyal's avatar Vivek Goyal Committed by Jens Axboe

blkio: Allow CFQ group IO scheduling even when CFQ is a module

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: default avatarVivek Goyal <vgoyal@redhat.com>
Signed-off-by: default avatarJens Axboe <jens.axboe@oracle.com>
parent 3e252066
......@@ -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---
......
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