| commit | 27fa83852ba275361eaa1a1283cf6704fa8191a6 | [log] [tgz] |
|---|---|---|
| author | Alex Elder <elder@inktank.com> | Thu Feb 14 12:16:43 2013 -0600 |
| committer | Sage Weil <sage@inktank.com> | Wed May 01 21:16:40 2013 -0700 |
| tree | b3a939253a63d3d3d64b339017008733e659108b | |
| parent | f1baeb2b9fc1c2c87ec02f1bf8cb88e108d4fbce [diff] |
libceph: isolate other message data fields
Define ceph_msg_data_set_pagelist(), ceph_msg_data_set_bio(), and
ceph_msg_data_set_trail() to clearly abstract the assignment of the
remaining data-related fields in a ceph message structure. Use the
new functions in the osd client and mds client.
This partially resolves:
http://tracker.ceph.com/issues/4263
Signed-off-by: Alex Elder <elder@inktank.com>
Reviewed-by: Josh Durgin <josh.durgin@inktank.com>