Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 308881
b: refs/heads/master
c: e489827
h: refs/heads/master
i:
  308879: 805c72a
v: v3
  • Loading branch information
Michal Hocko authored and Linus Torvalds committed May 29, 2012
1 parent 8dd5fcf commit ddd4342
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: 692569946fbf56fbb75d85c57679541f9a3550b4
refs/heads/master: e48982734ea0500d1eba4f9d96195acc5406cad6
2 changes: 1 addition & 1 deletion trunk/mm/vmscan.c
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ static enum page_references page_check_references(struct page *page,
return PAGEREF_RECLAIM;

if (referenced_ptes) {
if (PageAnon(page))
if (PageSwapBacked(page))
return PAGEREF_ACTIVATE;
/*
* All mapped pages start out with page table
Expand Down

0 comments on commit ddd4342

Please sign in to comment.