Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 143479
b: refs/heads/master
c: 05fa199
h: refs/heads/master
i:
  143477: f37a38c
  143475: ae1d9ce
  143471: 61350af
v: v3
  • Loading branch information
Hugh Dickins authored and Linus Torvalds committed Apr 16, 2009
1 parent 26441e6 commit 62121d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 05f54c13cd0c33694eec39a265475c5d6cf223cf
refs/heads/master: 05fa199d45c54a9bda7aa3ae6537253d6f097aa9
2 changes: 1 addition & 1 deletion trunk/mm/mmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -1575,7 +1575,7 @@ static int acct_stack_growth(struct vm_area_struct *vma, unsigned long size, uns
* Overcommit.. This must be the final test, as it will
* update security statistics.
*/
if (security_vm_enough_memory(grow))
if (security_vm_enough_memory_mm(mm, grow))
return -ENOMEM;

/* Ok, everything looks good - let it rip */
Expand Down

0 comments on commit 62121d3

Please sign in to comment.