From ceca037d05faee05f4286b5e00e40936744a8236 Mon Sep 17 00:00:00 2001 From: Alexander Morozov Date: Fri, 22 May 2015 10:41:26 -0700 Subject: [PATCH] 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 --- contrib/check-config.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/check-config.sh b/contrib/check-config.sh index 9021ec56fa..3c54ae4e52 100755 --- a/contrib/check-config.sh +++ b/contrib/check-config.sh @@ -184,6 +184,8 @@ echo 'Optional Features:' } flags=( RESOURCE_COUNTERS + BLK_CGROUP + IOSCHED_CFQ CGROUP_PERF CFS_BANDWIDTH )