aboutsummaryrefslogtreecommitdiffstats
path: root/fs/exec.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/exec.c')
-rw-r--r--fs/exec.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/exec.c b/fs/exec.c
index ab1f1200ce5d..a2b42a98c743 100644
--- a/fs/exec.c
+++ b/fs/exec.c
@@ -368,10 +368,6 @@ static int bprm_mm_init(struct linux_binprm *bprm)
368 if (!mm) 368 if (!mm)
369 goto err; 369 goto err;
370 370
371 err = init_new_context(current, mm);
372 if (err)
373 goto err;
374
375 err = __bprm_mm_init(bprm); 371 err = __bprm_mm_init(bprm);
376 if (err) 372 if (err)
377 goto err; 373 goto err;