diff options
Diffstat (limited to 'kernel/cgroup/cgroup-internal.h')
-rw-r--r-- | kernel/cgroup/cgroup-internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/cgroup/cgroup-internal.h b/kernel/cgroup/cgroup-internal.h index 0e81c6109e91..f10eb19ddf04 100644 --- a/kernel/cgroup/cgroup-internal.h +++ b/kernel/cgroup/cgroup-internal.h | |||
@@ -170,7 +170,7 @@ struct dentry *cgroup_do_mount(struct file_system_type *fs_type, int flags, | |||
170 | struct cgroup_root *root, unsigned long magic, | 170 | struct cgroup_root *root, unsigned long magic, |
171 | struct cgroup_namespace *ns); | 171 | struct cgroup_namespace *ns); |
172 | 172 | ||
173 | bool cgroup_may_migrate_to(struct cgroup *dst_cgrp); | 173 | int cgroup_migrate_vet_dst(struct cgroup *dst_cgrp); |
174 | void cgroup_migrate_finish(struct cgroup_mgctx *mgctx); | 174 | void cgroup_migrate_finish(struct cgroup_mgctx *mgctx); |
175 | void cgroup_migrate_add_src(struct css_set *src_cset, struct cgroup *dst_cgrp, | 175 | void cgroup_migrate_add_src(struct css_set *src_cset, struct cgroup *dst_cgrp, |
176 | struct cgroup_mgctx *mgctx); | 176 | struct cgroup_mgctx *mgctx); |