commit | 7e07efb12db96c2f7c5fafeccada327d1f869e60 | [log] [tgz] |
---|---|---|
author | Ilya Dryomov <idryomov@gmail.com> | Sat Jan 20 10:30:11 2018 +0100 |
committer | Ilya Dryomov <idryomov@gmail.com> | Mon Apr 02 10:12:39 2018 +0200 |
tree | 95678333d40f0b2e264ae3252d383a649f4ec214 | |
parent | b9e281c2b38804984d619e1d9efc4b9020bcb291 [diff] |
rbd: move from raw pages to bvec data descriptors In preparation for rbd "fancy" striping which requires bio_vec arrays, wire up BVECS data type and kill off PAGES data type. There is nothing wrong with using page vectors for copyup requests -- it's just less iterator boilerplate code to write for the new striping framework. Signed-off-by: Ilya Dryomov <idryomov@gmail.com> Reviewed-by: Alex Elder <elder@linaro.org>