diff --git a/[refs] b/[refs] index 34cd652ac76d..aa26a264d37d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 91e106259214b40e992a58fb9417da46868e19b2 +refs/heads/master: 17eb2c3b56afe72f76330b5db657c8b4fc98aa39 diff --git a/trunk/fs/binfmt_aout.c b/trunk/fs/binfmt_aout.c index e176d195e7e5..7596e1e94cde 100644 --- a/trunk/fs/binfmt_aout.c +++ b/trunk/fs/binfmt_aout.c @@ -319,7 +319,6 @@ static int load_aout_binary(struct linux_binprm * bprm, struct pt_regs * regs) current->mm->free_area_cache = current->mm->mmap_base; current->mm->cached_hole_size = 0; - current->mm->mmap = NULL; compute_creds(bprm); current->flags &= ~PF_FORKNOEXEC; #ifdef __sparc__