diff options
author | Matthew Wilcox (Oracle) <willy@infradead.org> | 2022-06-06 20:29:10 +0300 |
---|---|---|
committer | Matthew Wilcox (Oracle) <willy@infradead.org> | 2022-08-02 19:34:04 +0300 |
commit | 9800562f2ab41656b0bdc2a41c77ab3f6dfdd6fc (patch) | |
tree | dd6bf30c13ca28682344ac3868845fa1ec66091a /mm/ksm.c | |
parent | 9d0ddc0cb575fd41ff16131b06e08e1feac43b81 (diff) | |
download | linux-9800562f2ab41656b0bdc2a41c77ab3f6dfdd6fc.tar.xz |
mm/folio-compat: Remove migration compatibility functions
migrate_page_move_mapping(), migrate_page_copy() and migrate_page_states()
are all now unused after converting all the filesystems from
aops->migratepage() to aops->migrate_folio().
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'mm/ksm.c')
-rw-r--r-- | mm/ksm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -712,7 +712,7 @@ again: * however, it might mean that the page is under page_ref_freeze(). * The __remove_mapping() case is easy, again the node is now stale; * the same is in reuse_ksm_page() case; but if page is swapcache - * in migrate_page_move_mapping(), it might still be our page, + * in folio_migrate_mapping(), it might still be our page, * in which case it's essential to keep the node. */ while (!get_page_unless_zero(page)) { |