diff options
Diffstat (limited to 'fs/exec.c')
| -rw-r--r-- | fs/exec.c | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/fs/exec.c b/fs/exec.c index 25dcbe5fc356..36254645b7cc 100644 --- a/fs/exec.c +++ b/fs/exec.c @@ -841,10 +841,6 @@ static int exec_mmap(struct mm_struct *mm)  	tsk->mm = mm;  	tsk->active_mm = mm;  	activate_mm(active_mm, mm); -	if (old_mm && tsk->signal->oom_score_adj == OOM_SCORE_ADJ_MIN) { -		atomic_dec(&old_mm->oom_disable_count); -		atomic_inc(&tsk->mm->oom_disable_count); -	}  	task_unlock(tsk);  	arch_pick_mmap_layout(mm);  	if (old_mm) { |