diff options
Diffstat (limited to 'kernel/cgroup.c')
-rw-r--r-- | kernel/cgroup.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/kernel/cgroup.c b/kernel/cgroup.c index e378cb2fac5e..60fd6f1f6d4e 100644 --- a/kernel/cgroup.c +++ b/kernel/cgroup.c | |||
@@ -4431,8 +4431,7 @@ void cgroup_post_fork(struct task_struct *child) | |||
4431 | * notify_on_release(), then leave the task attached to the root cgroup in | 4431 | * notify_on_release(), then leave the task attached to the root cgroup in |
4432 | * each hierarchy for the remainder of its exit. No need to bother with | 4432 | * each hierarchy for the remainder of its exit. No need to bother with |
4433 | * init_css_set refcnting. init_css_set never goes away and we can't race | 4433 | * init_css_set refcnting. init_css_set never goes away and we can't race |
4434 | * with migration path - either PF_EXITING is visible to migration path or | 4434 | * with migration path - PF_EXITING is visible to migration path. |
4435 | * @tsk never got on the tasklist. | ||
4436 | */ | 4435 | */ |
4437 | void cgroup_exit(struct task_struct *tsk, int run_callbacks) | 4436 | void cgroup_exit(struct task_struct *tsk, int run_callbacks) |
4438 | { | 4437 | { |