take removal of PF_FORKNOEXEC to flush_old_exec()
[linux-2.6-block.git] / fs / binfmt_som.c
index ec15972dd98acfd177065901b7f5c6041b7b16fa..e4fc746629a70000dc2ace0aac62038717add3f1 100644 (file)
@@ -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);