aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/fork.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/fork.c')
-rw-r--r--kernel/fork.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/fork.c b/kernel/fork.c
index e7c181454dca..fcac38929245 100644
--- a/kernel/fork.c
+++ b/kernel/fork.c
@@ -1301,6 +1301,7 @@ static struct task_struct *copy_process(unsigned long clone_flags,
1301 spin_unlock(&current->sighand->siglock); 1301 spin_unlock(&current->sighand->siglock);
1302 write_unlock_irq(&tasklist_lock); 1302 write_unlock_irq(&tasklist_lock);
1303 proc_fork_connector(p); 1303 proc_fork_connector(p);
1304 cgroup_post_fork(p);
1304 return p; 1305 return p;
1305 1306
1306bad_fork_cleanup_namespaces: 1307bad_fork_cleanup_namespaces: