commit | ca3957ef3f806b3aa241e1b228712d63d2264219 | [log] [tgz] |
---|---|---|
author | Haorui He <mail@hehaorui.com> | Sun Jan 12 22:49:20 2025 +0800 |
committer | Tejun Heo <tj@kernel.org> | Mon Jan 13 08:25:50 2025 -1000 |
tree | d8fddf5bff9b3a6a756c2fc560163a964c05fa2a | |
parent | 3cb97a927fffe443e1e7e8eddbfebfdb062e86ed [diff] |
cgroup: update comment about dropping cgroup kn refs the cgroup is actually freed in css_free_rwork_fn() now the ref count of the cgroup's kernfs_node is also dropped there so we need to update the corresponding comment in cgroup_mkdir() Signed-off-by: Haorui He <mail@hehaorui.com> Signed-off-by: Tejun Heo <tj@kernel.org>