X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=fs%2Fbinfmt_aout.c;h=72011826f0cb340aabc54f65ee7d31653fc7d364;hb=404351e67a9facb475abf1492245374a28d13e90;hp=dd9baabaf0166afff7a55c5692f48660553b9bfa;hpb=31151ba2cef171344beac254e65bd7e00138bb0d;p=linux-2.6-block.git diff --git a/fs/binfmt_aout.c b/fs/binfmt_aout.c index dd9baabaf016..72011826f0cb 100644 --- a/fs/binfmt_aout.c +++ b/fs/binfmt_aout.c @@ -318,7 +318,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; - set_mm_counter(current->mm, rss, 0); current->mm->mmap = NULL; compute_creds(bprm); current->flags &= ~PF_FORKNOEXEC;