Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
root cause commits in linux-stable: commit b4f42e2831ff9b9fa19252265d7c8985d47eefb9 Author: Jens Axboe <[email protected]> Date: Thu Apr 10 09:46:28 2014 -0600 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.
- Loading branch information