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. */