Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 126259
b: refs/heads/master
c: dcd4a04
h: refs/heads/master
i:
  126257: 415bc06
  126255: c745e69
v: v3
  • Loading branch information
Johannes Weiner authored and Linus Torvalds committed Jan 6, 2009
1 parent 2834f05 commit 9bf9ea0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 084f71ae5ceeb16734d8ac47559d3c718456a865
refs/heads/master: dcd4a049b9751828c516c59709f3fdf50436df85
3 changes: 3 additions & 0 deletions trunk/mm/mmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -2090,6 +2090,9 @@ void exit_mmap(struct mm_struct *mm)
arch_exit_mmap(mm);
mmu_notifier_release(mm);

if (!mm->mmap) /* Can happen if dup_mmap() received an OOM */
return;

if (mm->locked_vm) {
vma = mm->mmap;
while (vma) {
Expand Down

0 comments on commit 9bf9ea0

Please sign in to comment.