Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 260419
b: refs/heads/master
c: 32e107f
h: refs/heads/master
i:
  260417: 055618e
  260415: 63e4b99
v: v3
  • Loading branch information
Oleg Nesterov authored and Linus Torvalds committed Jul 26, 2011
1 parent c17d119 commit 1be7b13
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b4edf8bd06916645b57df23a720b17cae4051c43
refs/heads/master: 32e107f71e4a993ac438f0049aa4019457911ffb
7 changes: 0 additions & 7 deletions trunk/fs/exec.c
Original file line number Diff line number Diff line change
Expand Up @@ -181,14 +181,7 @@ static void acct_arg_size(struct linux_binprm *bprm, unsigned long pages)
return;

bprm->vma_pages = pages;

#ifdef SPLIT_RSS_COUNTING
add_mm_counter(mm, MM_ANONPAGES, diff);
#else
spin_lock(&mm->page_table_lock);
add_mm_counter(mm, MM_ANONPAGES, diff);
spin_unlock(&mm->page_table_lock);
#endif
}

static struct page *get_arg_page(struct linux_binprm *bprm, unsigned long pos,
Expand Down

0 comments on commit 1be7b13

Please sign in to comment.