Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 284381
b: refs/heads/master
c: 40f23a2
h: refs/heads/master
i:
  284379: fc7c1c5
v: v3
  • Loading branch information
Johannes Weiner authored and Linus Torvalds committed Jan 13, 2012
1 parent c4c1fc9 commit 803c320
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 7a0524cfc8f9f585471a31b1282a9ce4a1a7d444
refs/heads/master: 40f23a21a8501c1b2c65c50c19b516488ac31313
3 changes: 1 addition & 2 deletions trunk/mm/memcontrol.c
Original file line number Diff line number Diff line change
Expand Up @@ -3061,8 +3061,7 @@ void mem_cgroup_uncharge_page(struct page *page)
/* early check. */
if (page_mapped(page))
return;
if (page->mapping && !PageAnon(page))
return;
VM_BUG_ON(page->mapping && !PageAnon(page));
__mem_cgroup_uncharge_common(page, MEM_CGROUP_CHARGE_TYPE_MAPPED);
}

Expand Down

0 comments on commit 803c320

Please sign in to comment.