]> www.infradead.org Git - users/jedix/linux-maple.git/commit
iomap: convert misc simple ops to incremental advance
authorBrian Foster <bfoster@redhat.com>
Mon, 24 Feb 2025 14:47:48 +0000 (09:47 -0500)
committerChristian Brauner <brauner@kernel.org>
Wed, 26 Feb 2025 08:42:35 +0000 (09:42 +0100)
commitf145377da150b9606f3d51d66b03eca86514ea27
tree620ef9315d8a97b43680cc6890b351cbe0c65f31
parent8fecec46d10bafbce5d511c764ae2c2061b9adda
iomap: convert misc simple ops to incremental advance

Update several of the remaining iomap operations to advance the iter
directly rather than via return value. This includes page faults,
fiemap, seek data/hole and swapfile activation.

Signed-off-by: Brian Foster <bfoster@redhat.com>
Link: https://lore.kernel.org/r/20250224144757.237706-4-bfoster@redhat.com
Reviewed-by: "Darrick J. Wong" <djwong@kernel.org>
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/iomap/buffered-io.c
fs/iomap/fiemap.c
fs/iomap/seek.c
fs/iomap/swapfile.c