]> 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>
Sat, 18 Dec 2021 05:06:08 +0000 (00:06 -0500)
commit926550362d609bba6aa3f8cab99ae324adadc343
tree2e9940e957795e7cff0d0ec762fd82075b1faf2a
parent6e478521df535b9d5ef5eb84d4352f235bbbef99
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