]> www.infradead.org Git - users/hch/xfs.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 04:49:04 +0000 (05:49 +0100)
commit14abf65616ea66d6215e153f93123ede192cb732
treecb304fc5e3f6aea372fcc810b559c96e4c7b430f
parent1e826fe30616465467c580e5291815591dd3cac4
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