]> git.ipfire.org Git - thirdparty/linux.git/commit
iomap: move all ioend handling to ioend.c
authorChristoph Hellwig <hch@lst.de>
Thu, 10 Jul 2025 13:33:31 +0000 (15:33 +0200)
committerChristian Brauner <brauner@kernel.org>
Mon, 14 Jul 2025 08:51:32 +0000 (10:51 +0200)
commit8f02cecd80b993041406f017e0c9a2a041bbc884
tree7b8ecae1975311646d818506accfb72101f0b05a
parent9caf1ea80cedf7d35d9371c44fbe5f84b0da667a
iomap: move all ioend handling to ioend.c

Now that the writeback code has the proper abstractions, all the ioend
code can be self-contained in ioend.c.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/20250710133343.399917-8-hch@lst.de
Reviewed-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Joanne Koong <joannelkoong@gmail.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/iomap/buffered-io.c
fs/iomap/internal.h
fs/iomap/ioend.c