sched: Constify function scope static struct sched_param usage
[deliverable/linux.git] / kernel / fork.c
index 5447dc7defa95b8f0e13acb80b45487df7dc2e73..dc1a8bbcea7b41e760ac0d97b767e399c6477db7 100644 (file)
@@ -169,6 +169,7 @@ EXPORT_SYMBOL(free_task);
 static inline void free_signal_struct(struct signal_struct *sig)
 {
        taskstats_tgid_free(sig);
+       sched_autogroup_exit(sig);
        kmem_cache_free(signal_cachep, sig);
 }
 
@@ -905,6 +906,7 @@ static int copy_signal(unsigned long clone_flags, struct task_struct *tsk)
        posix_cpu_timers_init_group(sig);
 
        tty_audit_fork(sig);
+       sched_autogroup_fork(sig);
 
        sig->oom_adj = current->signal->oom_adj;
        sig->oom_score_adj = current->signal->oom_score_adj;
This page took 0.023506 seconds and 5 git commands to generate.