]> www.infradead.org Git - users/willy/linux.git/commit
iomap: Convert iomap_page_release to take a folio
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 28 Apr 2021 03:22:22 +0000 (23:22 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Thu, 16 Dec 2021 20:49:52 +0000 (15:49 -0500)
commitc46e8324cab0254060c27ab7ef879673468998c5
tree987545191400c640f38d3e8d6c78ed3cf2c03771
parent435d44b3fd0ab5750b1001ac7105830e63ad0b5b
iomap: Convert iomap_page_release to take a folio

iomap_page_release() was also assuming that it was being passed a
head page.

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