commit | 6518be47f910f62a98cb6044dbb457af55241f95 | [log] [tgz] |
---|---|---|
author | Alex Elder <elder@inktank.com> | Mon Mar 11 23:34:23 2013 -0500 |
committer | Sage Weil <sage@inktank.com> | Wed May 01 21:17:26 2013 -0700 |
tree | 6d1244367ec16ee602b44573a7b84646d416214a | |
parent | 463207aa40cf2cadcae84866b3f85ccaa7022ee8 [diff] |
libceph: kill ceph message bio_iter, bio_seg The bio_iter and bio_seg fields in a message are no longer used, we use the cursor instead. So get rid of them and the functions that operate on them them. This is related to: http://tracker.ceph.com/issues/4428 Signed-off-by: Alex Elder <elder@inktank.com> Reviewed-by: Josh Durgin <josh.durgin@inktank.com>