aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cgroup
diff options
context:
space:
mode:
authorMiaohe Lin <linmiaohe@huawei.com>2023-07-17 19:28:00 +0800
committerTejun Heo <tj@kernel.org>2023-07-17 08:38:58 -1000
commit6f71780e7fadf778eeb45e830d31339af53533fc (patch)
tree6f95364cdb9891bd53de5d7bc96380a976bfe00d /kernel/cgroup
parentfcbb485d9f720b176d7bac0802181901eedddbed (diff)
downloadlinux-6f71780e7fadf778eeb45e830d31339af53533fc.tar.gz
cgroup: fix obsolete function name
cgroup_taskset_migrate() has been renamed to cgroup_migrate_execute() since commit e595cd706982 ("cgroup: track migration context in cgroup_mgctx"). Update the corresponding comment. Signed-off-by: Miaohe Lin <linmiaohe@huawei.com> Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'kernel/cgroup')
-rw-r--r--kernel/cgroup/cgroup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/cgroup/cgroup.c b/kernel/cgroup/cgroup.c
index e9a62de3faf9b..aa2cc32e60c0a 100644
--- a/kernel/cgroup/cgroup.c
+++ b/kernel/cgroup/cgroup.c
@@ -2477,7 +2477,7 @@ struct task_struct *cgroup_taskset_next(struct cgroup_taskset *tset,
/*
* This function may be called both before and
- * after cgroup_taskset_migrate(). The two cases
+ * after cgroup_migrate_execute(). The two cases
* can be distinguished by looking at whether @cset
* has its ->mg_dst_cset set.
*/