blkio: Allow CFQ group IO scheduling even when CFQ is a module
authorVivek Goyal <vgoyal@redhat.com>
Fri, 4 Dec 2009 15:36:43 +0000 (10:36 -0500)
committerJens Axboe <jens.axboe@oracle.com>
Fri, 4 Dec 2009 15:38:14 +0000 (16:38 +0100)
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 <vgoyal@redhat.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
block/Kconfig.iosched

index 5368d74..b71abfb 100644 (file)
@@ -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---