]> www.infradead.org Git - users/willy/pagecache.git/commit
mm/folio-compat: Remove migration compatibility functions
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 6 Jun 2022 17:29:10 +0000 (13:29 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Sat, 9 Jul 2022 00:09:51 +0000 (20:09 -0400)
commit84578adbb0e0657003e646e0af699ef74b99386e
treef0d9c476fc548d651f7faddbc05923db4ffcd105
parentc33b866a97842ac96f4373f737ba608dd157f08a
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>
include/linux/migrate.h
mm/folio-compat.c
mm/ksm.c