Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47418
b: refs/heads/master
c: daa88c8
h: refs/heads/master
v: v3
  • Loading branch information
Ken Chen authored and Linus Torvalds committed Feb 11, 2007
1 parent 0cb84f9 commit 3c6a0ee
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: 46626296314e5679c9aaca36979a50ac20692e0b
refs/heads/master: daa88c8d214ca4ab2f1764b6e503cef4b3cde9b2
2 changes: 1 addition & 1 deletion trunk/mm/memory.c
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ static unsigned long zap_pte_range(struct mmu_gather *tlb,
if (pte_dirty(ptent))
set_page_dirty(page);
if (pte_young(ptent))
mark_page_accessed(page);
SetPageReferenced(page);
file_rss--;
}
page_remove_rmap(page, vma);
Expand Down

0 comments on commit 3c6a0ee

Please sign in to comment.