]> git.ipfire.org Git - thirdparty/linux.git/commit
iomap: share code between iomap_dio_bio_end_io and iomap_finish_ioend_direct
authorChristoph Hellwig <hch@lst.de>
Mon, 26 Jan 2026 05:53:41 +0000 (06:53 +0100)
committerJens Axboe <axboe@kernel.dk>
Wed, 28 Jan 2026 12:16:40 +0000 (05:16 -0700)
commite2fcff5bb4c48bf602082e5a1428ff7328f7558f
tree6774e555610d8da56a35eef5f12b97a39a4484ca
parent2631c94602297090febd8f93d6f96d9d2045466d
iomap: share code between iomap_dio_bio_end_io and iomap_finish_ioend_direct

Refactor the two per-bio completion handlers to share common code using
a new helper.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Damien Le Moal <dlemoal@kernel.org>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Tested-by: Anuj Gupta <anuj20.g@samsung.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/iomap/direct-io.c