diff options
Diffstat (limited to 'kernel')
| -rw-r--r-- | kernel/fork.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/fork.c b/kernel/fork.c index 76a1fdd80bdf..1499607e4da2 100644 --- a/kernel/fork.c +++ b/kernel/fork.c | |||
| @@ -910,6 +910,7 @@ static int copy_signal(unsigned long clone_flags, struct task_struct *tsk) | |||
| 910 | 910 | ||
| 911 | sig->oom_adj = current->signal->oom_adj; | 911 | sig->oom_adj = current->signal->oom_adj; |
| 912 | sig->oom_score_adj = current->signal->oom_score_adj; | 912 | sig->oom_score_adj = current->signal->oom_score_adj; |
| 913 | sig->oom_score_adj_min = current->signal->oom_score_adj_min; | ||
| 913 | 914 | ||
| 914 | mutex_init(&sig->cred_guard_mutex); | 915 | mutex_init(&sig->cred_guard_mutex); |
| 915 | 916 | ||
