From: Yu Watanabe Date: Sat, 30 Aug 2025 01:26:10 +0000 (+0900) Subject: cgroup-util: drop outdated comments X-Git-Tag: v259-rc1~18^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=44440ea65821192e661f0458ffa2ff4b92f43d69;p=thirdparty%2Fsystemd.git cgroup-util: drop outdated comments --- diff --git a/src/basic/cgroup-util.h b/src/basic/cgroup-util.h index 3e9c714c694..f494617ffac 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. */