Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86815
b: refs/heads/master
c: 6dbf6d3
h: refs/heads/master
i:
  86813: 8949d97
  86811: 6f26d25
  86807: 1f9fdab
  86799: 7f4a75d
  86783: d60ca20
v: v3
  • Loading branch information
Hugh Dickins authored and Linus Torvalds committed Mar 5, 2008
1 parent 123b2f2 commit d278b32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 427d5416f317681498337ab19218d195edea02d6
refs/heads/master: 6dbf6d3bb955d5a92005b6ecd6ffad2c5b95b963
4 changes: 2 additions & 2 deletions trunk/mm/memory.c
Original file line number Diff line number Diff line change
Expand Up @@ -1711,7 +1711,7 @@ static int do_wp_page(struct mm_struct *mm, struct vm_area_struct *vma,
}
return ret;
oom_free_new:
__free_page(new_page);
page_cache_release(new_page);
oom:
if (old_page)
page_cache_release(old_page);
Expand Down Expand Up @@ -2163,7 +2163,7 @@ static int do_anonymous_page(struct mm_struct *mm, struct vm_area_struct *vma,
page_cache_release(page);
goto unlock;
oom_free_page:
__free_page(page);
page_cache_release(page);
oom:
return VM_FAULT_OOM;
}
Expand Down

0 comments on commit d278b32

Please sign in to comment.