]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - fs/binfmt_elf.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[linux.git] / fs / binfmt_elf.c
index 8264b468f2831ff34ed3c381f759f04c8bbcc7c8..d4e11b2e04f68aa34869594a4c7d07d2a1c5b83c 100644 (file)
@@ -1127,7 +1127,6 @@ static int load_elf_binary(struct linux_binprm *bprm)
                          load_addr, interp_load_addr);
        if (retval < 0)
                goto out;
-       /* N.B. passed_fileno might not be initialized? */
        current->mm->end_code = end_code;
        current->mm->start_code = start_code;
        current->mm->start_data = start_data;