diff options
author | Miaohe Lin <linmiaohe@huawei.com> | 2023-06-17 15:48:09 +0800 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2023-06-21 09:00:03 -1000 |
commit | a04de42460e271e532b43ad40e9fb07a9a09fe5c (patch) | |
tree | b72352231f7280c74159021bed1a8ea9ff8c1245 /kernel/cgroup | |
parent | d16b3af46679a1eb21652c37711a60d3d4e6b8c0 (diff) |
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 <linmiaohe@huawei.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'kernel/cgroup')
-rw-r--r-- | kernel/cgroup/cgroup.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/cgroup/cgroup.c b/kernel/cgroup/cgroup.c index 04d1c0cde882..065bebb4af9b 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) { |