]> git.baikalelectronics.ru Git - kernel.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>
Tue, 2 Aug 2022 16:34:03 +0000 (12:34 -0400)
commit64ec1b53a2989463b33f5034c019ca4aca53173e
tree4c42a8c208db20df8f41ae2155d146f796c63670
parentaecf2f08b3de08577151643319e6a838dec02d09
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