Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 282989
b: refs/heads/master
c: 34dbc67
h: refs/heads/master
i:
  282987: 94e7631
v: v3
  • Loading branch information
Konstantin Khlebnikov authored and Linus Torvalds committed Jan 11, 2012
1 parent 9809adf commit f7163ab
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: 1edf223485c42c99655dcd001db1e46ad5e5d2d7
refs/heads/master: 34dbc67a644f11ab3475d822d72e25409911e760
2 changes: 1 addition & 1 deletion trunk/mm/vmscan.c
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ static enum page_references page_check_references(struct page *page,
*/
SetPageReferenced(page);

if (referenced_page)
if (referenced_page || referenced_ptes > 1)
return PAGEREF_ACTIVATE;

return PAGEREF_KEEP;
Expand Down

0 comments on commit f7163ab

Please sign in to comment.