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.5-rc1~187^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a04de42460e271e532b43ad40e9fb07a9a09fe5c;p=thirdparty%2Flinux.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 04d1c0cde8824..065bebb4af9b9 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) {