]> www.infradead.org Git - users/willy/linux.git/commit
iomap: Convert to_iomap_page to take a folio
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 28 Apr 2021 02:56:17 +0000 (22:56 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Thu, 16 Dec 2021 20:49:51 +0000 (15:49 -0500)
commit95c4cd053a1d7c4f1e171ec31d2fb8a8f5c87efe
treec4024f38e0fe70a69aa5a075713396e273f7a6ac
parentd1bd0b4ebfe0521964e6937195bd2f76866660c7
iomap: Convert to_iomap_page to take a folio

The big comment about only using a head page can go away now that
it takes a folio argument.

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