Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 167745
b: refs/heads/master
c: 41e2098
h: refs/heads/master
i:
  167743: 17ce7af
v: v3
  • Loading branch information
Wu Fengguang authored and Linus Torvalds committed Oct 29, 2009
1 parent 073913c commit 1327efd
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: b76146ed1ae7d7acae1d51f9342e31d00c8d5a12
refs/heads/master: 41e20983fe553b39bc2b00e07c7a379f0c86a4bc
2 changes: 1 addition & 1 deletion trunk/mm/vmscan.c
Original file line number Diff line number Diff line change
Expand Up @@ -1356,7 +1356,7 @@ static void shrink_active_list(unsigned long nr_pages, struct zone *zone,
* IO, plus JVM can create lots of anon VM_EXEC pages,
* so we ignore them here.
*/
if ((vm_flags & VM_EXEC) && !PageAnon(page)) {
if ((vm_flags & VM_EXEC) && page_is_file_cache(page)) {
list_add(&page->lru, &l_active);
continue;
}
Expand Down

0 comments on commit 1327efd

Please sign in to comment.