cgroup: fix obsolete function name above css_free_rwork_fn()
authorMiaohe Lin <linmiaohe@huawei.com>
Tue, 1 Aug 2023 12:40:34 +0000 (20:40 +0800)
committerTejun Heo <tj@kernel.org>
Wed, 2 Aug 2023 19:37:59 +0000 (09:37 -1000)
Since commit 8f36aaec9c92 ("cgroup: Use rcu_work instead of explicit rcu
and work item"), css_free_work_fn has been renamed to css_free_rwork_fn.
Update corresponding comment.

Signed-off-by: Miaohe Lin <linmiaohe@huawei.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/cgroup/cgroup.c

index 33b586d..f9cde56 100644 (file)
@@ -5301,7 +5301,7 @@ static struct cftype cgroup_psi_files[] = {
  *    RCU callback.
  *
  * 4. After the grace period, the css can be freed.  Implemented in
- *    css_free_work_fn().
+ *    css_free_rwork_fn().
  *
  * It is actually hairier because both step 2 and 4 require process context
  * and thus involve punting to css->destroy_work adding two additional