]> 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>
Thu, 9 Dec 2021 21:08:13 +0000 (16:08 -0500)
commit685f430b8bfea90584c984362a0065f866d06c83
tree48b9e02d08edbc85e005da1518048bc42f83b5b0
parent55446b39efc41ca12a19d35cc125ad47bb975f18
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