Skip to content

Commit a2c15fe

Browse files
MiaoheLinhtejun
authored andcommitted
cgroup: fix obsolete function name above css_free_rwork_fn()
Since commit 8f36aae ("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 <[email protected]> Signed-off-by: Tejun Heo <[email protected]>
1 parent 05f76ae commit a2c15fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/cgroup/cgroup.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5301,7 +5301,7 @@ static struct cftype cgroup_psi_files[] = {
53015301
* RCU callback.
53025302
*
53035303
* 4. After the grace period, the css can be freed. Implemented in
5304-
* css_free_work_fn().
5304+
* css_free_rwork_fn().
53055305
*
53065306
* It is actually hairier because both step 2 and 4 require process context
53075307
* and thus involve punting to css->destroy_work adding two additional

0 commit comments

Comments
 (0)