Browse Source

io controller: quick fix for blk-cgroup and modular CFQ

It's currently not an allowed configuration, so express that in Kconfig.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Jens Axboe 15 years ago
parent
commit
237e5bc4e5
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 && CGROUPS
+	depends on IOSCHED_CFQ=y && CGROUPS
 	select BLK_CGROUP
 	default n
 	---help---