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

block: remove struct request buffer member



This was used in the olden days, back when onions were proper
yellow. Basically it mapped to the current buffer to be
transferred. With highmem being added more than a decade ago,
most drivers map pages out of a bio, and rq->buffer isn't
pointing at anything valid.

Convert old style drivers to just use bio_data().

For the discard payload use case, just reference the page
in the bio.

Signed-off-by: default avatarJens Axboe <axboe@fb.com>
parent f89e0dd9
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