|
@@ -1948,7 +1948,6 @@ gotten:
|
|
|
* thread doing COW.
|
|
|
*/
|
|
|
ptep_clear_flush_notify(vma, address, page_table);
|
|
|
- SetPageSwapBacked(new_page);
|
|
|
page_add_new_anon_rmap(new_page, vma, address);
|
|
|
set_pte_at(mm, address, page_table, entry);
|
|
|
update_mmu_cache(vma, address, entry);
|
|
@@ -2444,7 +2443,6 @@ static int do_anonymous_page(struct mm_struct *mm, struct vm_area_struct *vma,
|
|
|
if (!pte_none(*page_table))
|
|
|
goto release;
|
|
|
inc_mm_counter(mm, anon_rss);
|
|
|
- SetPageSwapBacked(page);
|
|
|
page_add_new_anon_rmap(page, vma, address);
|
|
|
set_pte_at(mm, address, page_table, entry);
|
|
|
|
|
@@ -2592,7 +2590,6 @@ static int __do_fault(struct mm_struct *mm, struct vm_area_struct *vma,
|
|
|
entry = maybe_mkwrite(pte_mkdirty(entry), vma);
|
|
|
if (anon) {
|
|
|
inc_mm_counter(mm, anon_rss);
|
|
|
- SetPageSwapBacked(page);
|
|
|
page_add_new_anon_rmap(page, vma, address);
|
|
|
} else {
|
|
|
inc_mm_counter(mm, file_rss);
|