]> www.infradead.org Git - users/willy/linux.git/commit
iomap: Pass the iomap_page into iomap_set_range_uptodate
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 28 Apr 2021 12:16:50 +0000 (08:16 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Thu, 16 Dec 2021 20:49:52 +0000 (15:49 -0500)
commitcd1e5afe5503edea2538ba426905914d9ab36958
treee570843212b7346241af2da7a2d96c569c727be1
parent8306a5f56305521d8b307b4ee1f69949fbb49279
iomap: Pass the iomap_page into iomap_set_range_uptodate

All but one caller already has the iomap_page, so we can avoid getting
it again.

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