]> 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>
Mon, 29 Nov 2021 13:26:10 +0000 (08:26 -0500)
commit585a4e7ac6183ec35f23c78f740a741a4076640b
tree4f10b4d3b1b330f16d26a104007719ac388617c2
parent827cdb2a2848d33dd3082ae528539a7997ed31c3
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