Browse Source

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>
Vivek Goyal 15 years ago
parent
commit
846954b0a3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      block/Kconfig.iosched

+ 1 - 1
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---