]> www.infradead.org Git - users/willy/linux.git/commit
iomap: Simplify iomap_writepage_map()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 2 Nov 2021 14:51:55 +0000 (10:51 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Fri, 10 Dec 2021 14:41:59 +0000 (09:41 -0500)
commit66af8068ce6a861a50cbc8e6b3ed26e465b7eb54
tree086c3a4252aea4ec096cfdad438bb81f34577335
parent4e7c7d736ef9b35cb296cab525a3461dab174ad7
iomap: Simplify iomap_writepage_map()

Rename end_offset to end_pos and file_offset to pos to match the rest
of the file.  Simplify the loop by calculating nblocks up front instead
of each time around the loop.

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