]> 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, 25 Nov 2021 19:03:03 +0000 (14:03 -0500)
commit81a988788c5ca6727c0f1160efe71c3de46f1664
tree16406d07a91a5962515b10d818ad56f477faf4a6
parent6a27d1d2597e050b79515861dc35ee61a3b5dfd6
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