diff options
author | Vivek Goyal <vgoyal@redhat.com> | 2009-12-04 10:36:43 -0500 |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2009-12-04 16:38:14 +0100 |
commit | 846954b0a32f4ae953e082eabd178e7a98dd2efd (patch) | |
tree | a1a82fab930341d275a469d4368cf89e596aa112 /block | |
parent | 3e2520668970aab5a764044a298e987aafc1f63d (diff) | |
download | linux-stable-846954b0a32f4ae953e082eabd178e7a98dd2efd.tar.gz linux-stable-846954b0a32f4ae953e082eabd178e7a98dd2efd.tar.bz2 linux-stable-846954b0a32f4ae953e082eabd178e7a98dd2efd.zip |
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: Vivek Goyal <vgoyal@redhat.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'block')
-rw-r--r-- | block/Kconfig.iosched | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/block/Kconfig.iosched b/block/Kconfig.iosched index 5368d74207e8..b71abfb0d726 100644 --- a/block/Kconfig.iosched +++ b/block/Kconfig.iosched @@ -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--- |