summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVivek Goyal <vgoyal@redhat.com>2009-12-04 10:36:43 -0500
committerJens Axboe <jens.axboe@oracle.com>2009-12-04 16:38:14 +0100
commit846954b0a32f4ae953e082eabd178e7a98dd2efd (patch)
treea1a82fab930341d275a469d4368cf89e596aa112
parent3e2520668970aab5a764044a298e987aafc1f63d (diff)
downloadlinux-0-day-846954b0a32f4ae953e082eabd178e7a98dd2efd.tar.gz
linux-0-day-846954b0a32f4ae953e082eabd178e7a98dd2efd.tar.xz
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>
-rw-r--r--block/Kconfig.iosched2
1 files changed, 1 insertions, 1 deletions
diff --git a/block/Kconfig.iosched b/block/Kconfig.iosched
index 5368d74207e89..b71abfb0d7269 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---