commit | 7891f05cbf4944a5436491d66de2be7533089aea | [log] [tgz] |
---|---|---|
author | Ming Lei <ming.lei@redhat.com> | Mon Dec 18 20:22:06 2017 +0800 |
committer | Jens Axboe <axboe@kernel.dk> | Sat Jan 06 09:18:00 2018 -0700 |
tree | d5451cbcc52554eeb545a148e0cd632ddec94438 | |
parent | c45a8f2def865e0d75b45618aef2963e15725cc4 [diff] |
block: bounce: avoid direct access to bvec table We will support multipage bvecs in the future, so change to iterator way for getting bv_page of bvec from original bio. Cc: Matthew Wilcox <willy@infradead.org> Signed-off-by: Ming Lei <ming.lei@redhat.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>