summaryrefslogtreecommitdiffstats
path: root/fs/binfmt_som.c
diff options
context:
space:
mode:
authorAl Viro2012-02-24 04:29:17 +0100
committerAl Viro2012-03-21 02:29:51 +0100
commit19e5109fef2c368ab3f8a5157270f87f4a7c0326 (patch)
tree31142f922de19cedfe45f0caa660a6d58674d8cc /fs/binfmt_som.c
parenttrim includes in inode.c (diff)
downloadkernel-qcow2-linux-19e5109fef2c368ab3f8a5157270f87f4a7c0326.tar.gz
kernel-qcow2-linux-19e5109fef2c368ab3f8a5157270f87f4a7c0326.tar.xz
kernel-qcow2-linux-19e5109fef2c368ab3f8a5157270f87f4a7c0326.zip
take removal of PF_FORKNOEXEC to flush_old_exec()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/binfmt_som.c')
-rw-r--r--fs/binfmt_som.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/binfmt_som.c b/fs/binfmt_som.c
index ec15972dd98a..e4fc746629a7 100644
--- a/fs/binfmt_som.c
+++ b/fs/binfmt_som.c
@@ -225,7 +225,6 @@ load_som_binary(struct linux_binprm * bprm, struct pt_regs * regs)
goto out_free;
/* OK, This is the point of no return */
- current->flags &= ~PF_FORKNOEXEC;
current->personality = PER_HPUX;
setup_new_exec(bprm);