]> www.infradead.org Git - users/willy/linux.git/commit
iomap: Convert iomap_add_to_ioend() to take a folio
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 2 Nov 2021 16:45:12 +0000 (12:45 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Sat, 18 Dec 2021 05:06:08 +0000 (00:06 -0500)
commite735c0079465900d78d687f00aba625d46426b29
treea1695a65aeb62a78933292951b6a792a0e1ab401
parent81d4782a741b21c101eb368c120f65f7d624c219
iomap: Convert iomap_add_to_ioend() to take a folio

We still iterate one block at a time, but now we call compound_head()
less often.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
fs/iomap/buffered-io.c