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

The function now operates on a folio instead of the page associated with a
pmd.

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-3-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