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>
This commit is contained in:
Alexander Morozov 2015-05-22 10:41:26 -07:00
parent 8e76c0d1d8
commit ceca037d05
1 changed files with 2 additions and 0 deletions

View File

@ -184,6 +184,8 @@ echo 'Optional Features:'
}
flags=(
RESOURCE_COUNTERS
BLK_CGROUP
IOSCHED_CFQ
CGROUP_PERF
CFS_BANDWIDTH
)