diff options
Diffstat (limited to 'fs/exec.c')
-rw-r--r-- | fs/exec.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -841,10 +841,6 @@ static int exec_mmap(struct mm_struct *mm) | |||
841 | tsk->mm = mm; | 841 | tsk->mm = mm; |
842 | tsk->active_mm = mm; | 842 | tsk->active_mm = mm; |
843 | activate_mm(active_mm, mm); | 843 | activate_mm(active_mm, mm); |
844 | if (old_mm && tsk->signal->oom_score_adj == OOM_SCORE_ADJ_MIN) { | ||
845 | atomic_dec(&old_mm->oom_disable_count); | ||
846 | atomic_inc(&tsk->mm->oom_disable_count); | ||
847 | } | ||
848 | task_unlock(tsk); | 844 | task_unlock(tsk); |
849 | arch_pick_mmap_layout(mm); | 845 | arch_pick_mmap_layout(mm); |
850 | if (old_mm) { | 846 | if (old_mm) { |