Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288395
b: refs/heads/master
c: be22aec
h: refs/heads/master
i:
  288393: 50bf02b
  288391: f96cf8d
v: v3
  • Loading branch information
Hugh Dickins authored and Linus Torvalds committed Mar 9, 2012
1 parent 9bb5396 commit ea73b43
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: a7f4255f906f60f72e00aad2fb000939449ff32e
refs/heads/master: be22aece684f5a700e6247b9861c3759d5798a3c
2 changes: 1 addition & 1 deletion trunk/mm/memcontrol.c
Original file line number Diff line number Diff line change
Expand Up @@ -5075,7 +5075,7 @@ static struct page *mc_handle_present_pte(struct vm_area_struct *vma,
return NULL;
if (PageAnon(page)) {
/* we don't move shared anon */
if (!move_anon() || page_mapcount(page) > 1)
if (!move_anon() || page_mapcount(page) > 2)
return NULL;
} else if (!move_file())
/* we ignore mapcount for file pages */
Expand Down

0 comments on commit ea73b43

Please sign in to comment.