Browse code

Add optional CONFIG_BLK_CGROUP and CONFIG_IOSCHED_CFQ to check-config.sh

It is needed for blkio.weight support

Signed-off-by: Alexander Morozov <lk4d4@docker.com>

Alexander Morozov authored on 2015/05/23 02:41:26
Showing 1 changed files
... ...
@@ -184,6 +184,8 @@ echo 'Optional Features:'
184 184
 }
185 185
 flags=(
186 186
 	RESOURCE_COUNTERS
187
+	BLK_CGROUP
188
+	IOSCHED_CFQ
187 189
 	CGROUP_PERF
188 190
 	CFS_BANDWIDTH
189 191
 )