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 10:38:14 -0500 |
commit | 846954b0a32f4ae953e082eabd178e7a98dd2efd (patch) | |
tree | a1a82fab930341d275a469d4368cf89e596aa112 /block/Kconfig.iosched | |
parent | 3e2520668970aab5a764044a298e987aafc1f63d (diff) |
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/Kconfig.iosched')
-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 | |||
34 | 34 | ||
35 | config CFQ_GROUP_IOSCHED | 35 | config CFQ_GROUP_IOSCHED |
36 | bool "CFQ Group Scheduling support" | 36 | bool "CFQ Group Scheduling support" |
37 | depends on IOSCHED_CFQ=y && CGROUPS | 37 | depends on IOSCHED_CFQ && CGROUPS |
38 | select BLK_CGROUP | 38 | select BLK_CGROUP |
39 | default n | 39 | default n |
40 | ---help--- | 40 | ---help--- |