commit | 34d2d2006cc82fd21f716e10568b8c8b4ef61c0e | [log] [tgz] |
---|---|---|
author | Alex Elder <elder@inktank.com> | Fri Mar 08 20:58:59 2013 -0600 |
committer | Sage Weil <sage@inktank.com> | Wed May 01 21:16:50 2013 -0700 |
tree | 5b3cf676932c10274c6a1beb36d292a7a5251e23 | |
parent | e387d525b0ceeecf07b074781eab77414dc9697e [diff] |
libceph: encapsulate reading message data Pull the code that reads the data portion into a message into a separate function read_partial_msg_data(). Rename write_partial_msg_pages() to be write_partial_message_data() to match its read counterpart, and to reflect its more generic purpose. Signed-off-by: Alex Elder <elder@inktank.com> Reviewed-by: Josh Durgin <josh.durgin@inktank.com>