diff --git a/[refs] b/[refs] index de035cb98566..6783086a2288 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 05f54c13cd0c33694eec39a265475c5d6cf223cf +refs/heads/master: 05fa199d45c54a9bda7aa3ae6537253d6f097aa9 diff --git a/trunk/mm/mmap.c b/trunk/mm/mmap.c index 4a3841186c11..3303d1ba8e87 100644 --- a/trunk/mm/mmap.c +++ b/trunk/mm/mmap.c @@ -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 */