X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;ds=sidebyside;f=fs%2Fbinfmt_elf.c;h=100edcc5e3122323eb8f4087305e623c666eceb0;hb=c95eb3184ea1a3a2551df57190c81da695e2144b;hp=f8a0b0efda44078c7debba07e2287e91c84405ac;hpb=31881d74b6dd1a6c530cff61248def4f2da38bee;p=~andy%2Flinux diff --git a/fs/binfmt_elf.c b/fs/binfmt_elf.c index f8a0b0efda4..100edcc5e31 100644 --- a/fs/binfmt_elf.c +++ b/fs/binfmt_elf.c @@ -738,8 +738,6 @@ static int load_elf_binary(struct linux_binprm *bprm) /* Do this so that we can load the interpreter, if need be. We will change some of these later */ - current->mm->free_area_cache = current->mm->mmap_base; - current->mm->cached_hole_size = 0; retval = setup_arg_pages(bprm, randomize_stack_top(STACK_TOP), executable_stack); if (retval < 0) {