From 1fbbb526eeadc2362a95470de852ecb6589beaea Mon Sep 17 00:00:00 2001 From: Pavel Hrdina Date: Tue, 10 Sep 2019 09:09:46 +0200 Subject: cgroup-util: fix obsolete comment about supported controllers The list might grow so make the comment more generic to not worry about it if some controller is implemented. --- src/basic/cgroup-util.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/basic/cgroup-util.c') diff --git a/src/basic/cgroup-util.c b/src/basic/cgroup-util.c index 80ec264261..2a359a6063 100644 --- a/src/basic/cgroup-util.c +++ b/src/basic/cgroup-util.c @@ -2435,8 +2435,7 @@ int cg_mask_supported(CGroupMask *ret) { if (r < 0) return r; - /* Currently, we support the cpu, memory, io and pids controller in the unified hierarchy, mask - * everything else off. */ + /* Mask controllers that are not supported in unified hierarchy. */ mask &= CGROUP_MASK_V2; } else { -- cgit v1.2.3