2022-06-09 16:35:01

by David Sterba

[permalink] [raw]
Subject: Re: [PATCH v2 10/19] mm/migrate: Convert migrate_page() to migrate_folio()

On Wed, Jun 08, 2022 at 04:02:40PM +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.
>
> Signed-off-by: Matthew Wilcox (Oracle) <[email protected]>
> Reviewed-by: Christoph Hellwig <[email protected]>
> ---
> drivers/gpu/drm/i915/gem/i915_gem_userptr.c | 4 +--

For

> fs/btrfs/disk-io.c | 2 +-

Acked-by: David Sterba <[email protected]>