mm/migrate: Convert expected_page_refs() to folio_expected_refs()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 6 Jun 2022 20:25:10 +0000 (16:25 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 2 Aug 2022 16:34:03 +0000 (12:34 -0400)
commit108ca8358139bec4232319debfb20bafdaf4f877
tree9e3f369da02e96e75bba697ac9be736a488b8eb1
parent67235182a41c1bd6b32806a1556a1d299b84212b
mm/migrate: Convert expected_page_refs() to folio_expected_refs()

Now that both callers have a folio, convert this function to
take a folio & rename it.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
mm/migrate.c