]> git.ipfire.org Git - thirdparty/linux.git/commit
iomap: split out the per-bio logic from iomap_dio_bio_iter
authorChristoph Hellwig <hch@lst.de>
Mon, 26 Jan 2026 05:53:40 +0000 (06:53 +0100)
committerJens Axboe <axboe@kernel.dk>
Wed, 28 Jan 2026 12:16:40 +0000 (05:16 -0700)
commit2631c94602297090febd8f93d6f96d9d2045466d
tree407148c4a849cbe97928343e6c7a4853ee3ab9a0
parent6e7a6c80198ead08b11aa6cdc92e60a42fc5895f
iomap: split out the per-bio logic from iomap_dio_bio_iter

Factor out a separate helper that builds and submits a single bio.

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