]> www.infradead.org Git - users/hch/misc.git/commit
iomap: move common ioend code to ioend.c
authorChristoph Hellwig <hch@lst.de>
Mon, 16 Dec 2024 05:32:35 +0000 (06:32 +0100)
committerChristoph Hellwig <hch@lst.de>
Mon, 3 Feb 2025 09:18:38 +0000 (10:18 +0100)
commit1fdcdda8f77f8245ce1673e3d15550b489638c34
tree0bbac68f56009f7ae7860062a9ed24de96aa80bf
parent1361a2d5010a9a1f96f44925077e0c4589c5d0f3
iomap: move common ioend code to ioend.c

This code will be reused for direct I/O soon, so split it out of
buffered-io.c.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: "Darrick J. Wong" <djwong@kernel.org>
fs/iomap/buffered-io.c
fs/iomap/internal.h [new file with mode: 0644]
fs/iomap/ioend.c