]> www.infradead.org Git - users/willy/linux.git/commit
iomap: Convert iomap_releasepage to use a folio
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 28 Apr 2021 11:51:36 +0000 (07:51 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Thu, 16 Dec 2021 20:49:52 +0000 (15:49 -0500)
commit39f16c83453d6cdb601dc9cd51c8f321c14da644
treec6f93a1221da0e2a499613eb8be13e04229b787c
parentc46e8324cab0254060c27ab7ef879673468998c5
iomap: Convert iomap_releasepage to use a folio

This is an address_space operation, so its argument must remain as a
struct page, but we can use a folio internally.

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