Home
last modified time | relevance | path

Searched hist:"0 a2481cd" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/block/
H A Dblk-map.c0a2481cd Tue Mar 28 16:10:31 CDT 2023 Jens Axboe <axboe@kernel.dk> block: ensure bio_alloc_map_data() deals with ITER_UBUF correctly

This helper blindly copies the iovec, even if we don't have one.
Make this case a bit smarter by only doing so if we have an iovec
array to copy.

Signed-off-by: Jens Axboe <axboe@kernel.dk>