commit | 715cbfd6c5c595bc8b7a6f9ad1fe9fec0122bb20 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox (Oracle) <willy@infradead.org> | Fri May 07 15:05:06 2021 -0400 |
committer | Matthew Wilcox (Oracle) <willy@infradead.org> | Mon Oct 18 07:49:39 2021 -0400 |
tree | 029dfa5ed425a0a06fc6c00885c68f3eeaaf2b5e | |
parent | 19138349ed59b90ce58aca319b873eca2e04ad43 [diff] |
mm/migrate: Add folio_migrate_copy() This is the folio equivalent of migrate_page_copy(), which is retained as a wrapper for filesystems which are not yet converted to folios. Also convert copy_huge_page() to folio_copy(). Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Reviewed-by: Zi Yan <ziy@nvidia.com> Acked-by: Vlastimil Babka <vbabka@suse.cz>