Jelajahi Sumber

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 10 tahun lalu
induk
melakukan
ceca037d05
1 mengubah file dengan 2 tambahan dan 0 penghapusan
  1. 2 0
      contrib/check-config.sh

+ 2 - 0
contrib/check-config.sh

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