From: Miaohe Lin Date: Tue, 1 Aug 2023 12:40:34 +0000 (+0800) Subject: cgroup: fix obsolete function name above css_free_rwork_fn() X-Git-Tag: v6.6.7~2010^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a2c15fece4b47e2e5a89a3bf273c9c6517c3e8a5;p=platform%2Fkernel%2Flinux-starfive.git cgroup: fix obsolete function name above css_free_rwork_fn() 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 Signed-off-by: Tejun Heo --- diff --git a/kernel/cgroup/cgroup.c b/kernel/cgroup/cgroup.c index 33b586d..f9cde56 100644 --- a/kernel/cgroup/cgroup.c +++ b/kernel/cgroup/cgroup.c @@ -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