Re: [PATCH 08/20] mm/migrate: Convert migrate_page() to migrate_folio()

From: Christoph Hellwig
Date: Wed Jun 08 2022 - 05:05:17 EST


On Mon, Jun 06, 2022 at 09:40:38PM +0100, Matthew Wilcox (Oracle) wrote:
> Convert all callers to pass a folio. Most have the folio
> already available. Switch all users from aops->migratepage to
> aops->migrate_folio. Also turn the documentation into kerneldoc.

Reviewed-by: Christoph Hellwig <hch@xxxxxx>