]> www.infradead.org Git - users/willy/pagecache.git/commit
fs: Add aops->migrate_folio
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 6 Jun 2022 13:00:16 +0000 (09:00 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 29 Jun 2022 12:51:08 +0000 (08:51 -0400)
commit662389777689c17a77849af822bac1677be56e37
treed7716c91c4839c783aa18fe5cc9fcc036184b076
parentb361f39863ed2d6ca644a2d53638c3fd87d32d14
fs: Add aops->migrate_folio

Provide a folio-based replacement for aops->migratepage.  Update the
documentation to document migrate_folio instead of migratepage.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Documentation/filesystems/locking.rst
Documentation/filesystems/vfs.rst
include/linux/fs.h
mm/compaction.c
mm/migrate.c