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:
parent
8e76c0d1d8
commit
ceca037d05
1 changed files with 2 additions and 0 deletions
|
@ -184,6 +184,8 @@ echo 'Optional Features:'
|
|||
}
|
||||
flags=(
|
||||
RESOURCE_COUNTERS
|
||||
BLK_CGROUP
|
||||
IOSCHED_CFQ
|
||||
CGROUP_PERF
|
||||
CFS_BANDWIDTH
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue