]> www.infradead.org Git - users/willy/linux.git/commit
iomap: Convert iomap_migrate_page() to use folios
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Fri, 7 May 2021 19:08:09 +0000 (15:08 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Sat, 18 Dec 2021 05:06:08 +0000 (00:06 -0500)
commit589110e897ff9cf7c3500c5fce1c688d1ffca6f4
treeabd0c9f44946b1942510eadb8db18fc36479186f
parente735c0079465900d78d687f00aba625d46426b29
iomap: Convert iomap_migrate_page() to use folios

The arguments are still pages for now, but we can use folios internally
and cut out a lot of calls to compound_head().

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
fs/iomap/buffered-io.c