cgroup: remove obsolete comment on cgroup_on_dfl()

Message ID 20230617074809.1929778-1-linmiaohe@huawei.com
State New
Headers
Series cgroup: remove obsolete comment on cgroup_on_dfl() |

Commit Message

Miaohe Lin June 17, 2023, 7:48 a.m. UTC
  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>
---
 kernel/cgroup/cgroup.c | 2 --
 1 file changed, 2 deletions(-)
  

Comments

Tejun Heo June 21, 2023, 7 p.m. UTC | #1
On Sat, Jun 17, 2023 at 03:48:09PM +0800, Miaohe Lin wrote:
> 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>

Applied to cgroup/for-6.5.

thanks.
  

Patch

diff --git a/kernel/cgroup/cgroup.c b/kernel/cgroup/cgroup.c
index cd497b90e11a..bfe3cd8ccf36 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)
 {