]> 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, 16 Dec 2021 20:49:51 +0000 (15:49 -0500)
commit435d44b3fd0ab5750b1001ac7105830e63ad0b5b
tree02cbf9560e8336b917658cafa418f4d13cc3d79a
parent95c4cd053a1d7c4f1e171ec31d2fb8a8f5c87efe
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