Commit a04de424 authored by Miaohe Lin's avatar Miaohe Lin Committed by Tejun Heo
Browse files

cgroup: remove obsolete comment on cgroup_on_dfl()



The debug feature is supported since commit 8cc38fa7 ("cgroup: make
debug an implicit controller on cgroup2"), update corresponding comment.

Signed-off-by: default avatarMiaohe Lin <linmiaohe@huawei.com>
Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent d16b3af4
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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)
{