commit | 39f16c83453d6cdb601dc9cd51c8f321c14da644 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox (Oracle) <willy@infradead.org> | Wed Apr 28 07:51:36 2021 -0400 |
committer | Matthew Wilcox (Oracle) <willy@infradead.org> | Thu Dec 16 15:49:52 2021 -0500 |
tree | c6f93a1221da0e2a499613eb8be13e04229b787c | |
parent | c46e8324cab0254060c27ab7ef879673468998c5 [diff] |
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>