aboutsummaryrefslogtreecommitdiffstats
path: root/mm/memory.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/memory.c')
-rw-r--r--mm/memory.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/mm/memory.c b/mm/memory.c
index a138c50dc39a..122d965e820f 100644
--- a/mm/memory.c
+++ b/mm/memory.c
@@ -1948,7 +1948,6 @@ gotten:
1948 * thread doing COW. 1948 * thread doing COW.
1949 */ 1949 */
1950 ptep_clear_flush_notify(vma, address, page_table); 1950 ptep_clear_flush_notify(vma, address, page_table);
1951 SetPageSwapBacked(new_page);
1952 page_add_new_anon_rmap(new_page, vma, address); 1951 page_add_new_anon_rmap(new_page, vma, address);
1953 set_pte_at(mm, address, page_table, entry); 1952 set_pte_at(mm, address, page_table, entry);
1954 update_mmu_cache(vma, address, entry); 1953 update_mmu_cache(vma, address, entry);
@@ -2444,7 +2443,6 @@ static int do_anonymous_page(struct mm_struct *mm, struct vm_area_struct *vma,
2444 if (!pte_none(*page_table)) 2443 if (!pte_none(*page_table))
2445 goto release; 2444 goto release;
2446 inc_mm_counter(mm, anon_rss); 2445 inc_mm_counter(mm, anon_rss);
2447 SetPageSwapBacked(page);
2448 page_add_new_anon_rmap(page, vma, address); 2446 page_add_new_anon_rmap(page, vma, address);
2449 set_pte_at(mm, address, page_table, entry); 2447 set_pte_at(mm, address, page_table, entry);
2450 2448
@@ -2592,7 +2590,6 @@ static int __do_fault(struct mm_struct *mm, struct vm_area_struct *vma,
2592 entry = maybe_mkwrite(pte_mkdirty(entry), vma); 2590 entry = maybe_mkwrite(pte_mkdirty(entry), vma);
2593 if (anon) { 2591 if (anon) {
2594 inc_mm_counter(mm, anon_rss); 2592 inc_mm_counter(mm, anon_rss);
2595 SetPageSwapBacked(page);
2596 page_add_new_anon_rmap(page, vma, address); 2593 page_add_new_anon_rmap(page, vma, address);
2597 } else { 2594 } else {
2598 inc_mm_counter(mm, file_rss); 2595 inc_mm_counter(mm, file_rss);