]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - fs/binfmt_em86.c
Merge tag 'usb-3.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
[karo-tx-linux.git] / fs / binfmt_em86.c
index 4e6cce57d113539f482b17db2931204f679d451b..037a3e2b045b07b27fc1f1fde0a0b3f2e1a541df 100644 (file)
@@ -42,7 +42,6 @@ static int load_em86(struct linux_binprm *bprm)
                        return -ENOEXEC;
        }
 
-       bprm->recursion_depth++; /* Well, the bang-shell is implicit... */
        allow_write_access(bprm->file);
        fput(bprm->file);
        bprm->file = NULL;