]> www.infradead.org Git - users/willy/pagecache.git/commit
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>
Sat, 9 Jul 2022 00:09:49 +0000 (20:09 -0400)
commit55553f3437c8b185b71fe4bd8106141a4e4192de
treeffe705876c728878a5402683b9c5c1ecfe7da82e
parente267a3198014ec93389b1930b776047082bb271f
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