Skip to content
Commit f735b5ee authored by Jens Axboe's avatar Jens Axboe
Browse files

bounce: don't rely on a zeroed bio_vec list



__blk_queue_bounce() relies on a zeroed bio_vec list, since it looks
up arbitrary indexes in the allocated bio. The block layer only
guarentees that added entries are valid, so clear memory after alloc.

Signed-off-by: default avatarJens Axboe <jens.axboe@oracle.com>
parent a0ea8622
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment