cgroup: remove obsolete comment on cgroup_on_dfl()
The debug feature is supported since commit 8cc38fa7fa
("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>
This commit is contained in:
parent
d16b3af466
commit
a04de42460
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue