Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: Jens Axboe <[email protected]>
- Loading branch information