]> www.infradead.org Git - users/hch/misc.git/commit
iomap: factor out a iomap_dio_done helper
authorChristoph Hellwig <hch@lst.de>
Mon, 16 Dec 2024 05:39:10 +0000 (06:39 +0100)
committerChristoph Hellwig <hch@lst.de>
Mon, 3 Feb 2025 09:18:38 +0000 (10:18 +0100)
commit35f8bca62db347717abc59d1ccd7c1eae010bea7
treeeb6c6446380576bbdd290a1b23c5be8719582b2d
parent1fdcdda8f77f8245ce1673e3d15550b489638c34
iomap: factor out a iomap_dio_done helper

Split out the struct iomap-dio level final completion from
iomap_dio_bio_end_io into a helper to clean up the code and make it
reusable.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: "Darrick J. Wong" <djwong@kernel.org>
fs/iomap/direct-io.c