]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm/mempolicy: convert queue_pages_pte_range() to queue_folios_pte_range()
authorVishal Moola (Oracle) <vishal.moola@gmail.com>
Mon, 30 Jan 2023 20:18:30 +0000 (12:18 -0800)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 10 Feb 2023 23:36:06 +0000 (15:36 -0800)
commitb34759d2380f2088da385b4485bdbbd2a88e3d9c
tree607256d54da4c1858b6a1b11d1036d0fe10e8434
parentdd204d949b443b3ca4401089a933e03fefe246cc
mm/mempolicy: convert queue_pages_pte_range() to queue_folios_pte_range()

This function now operates on folios associated with ptes instead of
pages.

This change is in preparation for the conversion of queue_pages_required()
to queue_folio_required() and migrate_page_add() to migrate_folio_add().

Link: https://lkml.kernel.org/r/20230130201833.27042-4-vishal.moola@gmail.com
Signed-off-by: Vishal Moola (Oracle) <vishal.moola@gmail.com>
Cc: David Hildenbrand <david@redhat.com>
Cc: Jane Chu <jane.chu@oracle.com>
Cc: "Yin, Fengwei" <fengwei.yin@intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/mempolicy.c