]> www.infradead.org Git - users/willy/linux.git/commit
iomap: Convert iomap_page_create to take a folio
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 28 Apr 2021 03:12:52 +0000 (23:12 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Thu, 9 Dec 2021 20:51:39 +0000 (15:51 -0500)
commit40ec765e8ab441faf6d8c216df10b1175c0adc6d
tree5a2849e6b39892dd9ec11f891ebcddbb15ae6323
parent5c3ae0600f7acafe81e42295404963603307f78d
iomap: Convert iomap_page_create to take a folio

This function already assumed it was being passed a head page, so
just formalise that.

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