]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
cgroup-util: drop outdated comments
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 30 Aug 2025 01:26:10 +0000 (10:26 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 17 Nov 2025 12:31:51 +0000 (21:31 +0900)
src/basic/cgroup-util.h

index 3e9c714c6947346b5367ddc5231d101ea04af016..f494617ffac1403595e24503369d78ff042912e3 100644 (file)
@@ -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.
  */