]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - kernel/fork.c
fs/ecryptfs: Remove unnecessary casts of private_data
[net-next-2.6.git] / kernel / fork.c
index a82a65cef741935adc51082640f63c9a5049b5ea..98b450876f93878b437bbbc6efe6abd1c4028b29 100644 (file)
@@ -899,6 +899,7 @@ static int copy_signal(unsigned long clone_flags, struct task_struct *tsk)
        tty_audit_fork(sig);
 
        sig->oom_adj = current->signal->oom_adj;
+       sig->oom_score_adj = current->signal->oom_score_adj;
 
        return 0;
 }