mirror of
https://github.com/torvalds/linux.git
synced 2024-12-27 13:22:23 +00:00
mm/migrate: page_add_anon_rmap() -> folio_add_anon_rmap_pte()
Let's convert remove_migration_pte(). Link: https://lkml.kernel.org/r/20231220224504.646757-18-david@redhat.com Signed-off-by: David Hildenbrand <david@redhat.com> Cc: Hugh Dickins <hughd@google.com> Cc: Matthew Wilcox (Oracle) <willy@infradead.org> Cc: Muchun Song <muchun.song@linux.dev> Cc: Muchun Song <songmuchun@bytedance.com> Cc: Peter Xu <peterx@redhat.com> Cc: Ryan Roberts <ryan.roberts@arm.com> Cc: Yin Fengwei <fengwei.yin@intel.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
This commit is contained in:
parent
395db7b190
commit
a15dc4785c
@ -259,8 +259,8 @@ static bool remove_migration_pte(struct folio *folio,
|
||||
#endif
|
||||
{
|
||||
if (folio_test_anon(folio))
|
||||
page_add_anon_rmap(new, vma, pvmw.address,
|
||||
rmap_flags);
|
||||
folio_add_anon_rmap_pte(folio, new, vma,
|
||||
pvmw.address, rmap_flags);
|
||||
else
|
||||
folio_add_file_rmap_pte(folio, new, vma);
|
||||
set_pte_at(vma->vm_mm, pvmw.address, pvmw.pte, pte);
|
||||
|
Loading…
Reference in New Issue
Block a user