From 44440ea65821192e661f0458ffa2ff4b92f43d69 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Sat, 30 Aug 2025 10:26:10 +0900 Subject: [PATCH] cgroup-util: drop outdated comments --- src/basic/cgroup-util.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/basic/cgroup-util.h b/src/basic/cgroup-util.h index 3e9c714c69..f494617ffa 100644 --- a/src/basic/cgroup-util.h +++ b/src/basic/cgroup-util.h @@ -114,14 +114,6 @@ static inline uint64_t BFQ_WEIGHT(uint64_t io_weight) { /* * General rules: * - * We accept named hierarchies in the syntax "foo" and "name=foo". - * - * We expect that named hierarchies do not conflict in name with a - * kernel hierarchy, modulo the "name=" prefix. - * - * We always generate "normalized" controller names, i.e. without the - * "name=" prefix. - * * We require absolute cgroup paths. When returning, we will always * generate paths with multiple adjacent / removed. */