]> www.infradead.org Git - users/hch/misc.git/commit
block: simplify bio_map_kern
authorChristoph Hellwig <hch@lst.de>
Sat, 12 Apr 2025 07:57:41 +0000 (09:57 +0200)
committerChristoph Hellwig <hch@lst.de>
Tue, 29 Apr 2025 19:03:19 +0000 (14:03 -0500)
commit84a86dd86c09255e2ba9d47ef359f5ad6abae753
tree26954f245af282417d6ad701267b09b1d9dc52c7
parentfd258ae3bd0aff890bb501a0e99af239e597628b
block: simplify bio_map_kern

Rewrite bio_map_kern using the new bio_add_* helpers and drop the
kerneldoc comment that is superfluous for an internal helper.

Signed-off-by: Christoph Hellwig <hch@lst.de>
block/blk-map.c