From: Miaohe Lin Date: Sat, 17 Jun 2023 07:48:09 +0000 (+0800) Subject: cgroup: remove obsolete comment on cgroup_on_dfl() X-Git-Tag: v6.6.17~4579^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a04de42460e271e532b43ad40e9fb07a9a09fe5c;p=platform%2Fkernel%2Flinux-rpi.git cgroup: remove obsolete comment on cgroup_on_dfl() The debug feature is supported since commit 8cc38fa7fa31 ("cgroup: make debug an implicit controller on cgroup2"), update corresponding comment. Signed-off-by: Miaohe Lin Signed-off-by: Tejun Heo --- diff --git a/kernel/cgroup/cgroup.c b/kernel/cgroup/cgroup.c index 04d1c0c..065bebb 100644 --- a/kernel/cgroup/cgroup.c +++ b/kernel/cgroup/cgroup.c @@ -313,8 +313,6 @@ bool cgroup_ssid_enabled(int ssid) * masks of ancestors. * * - blkcg: blk-throttle becomes properly hierarchical. - * - * - debug: disallowed on the default hierarchy. */ bool cgroup_on_dfl(const struct cgroup *cgrp) {