libceph: encapsulate reading message data
authorAlex Elder <elder@inktank.com>
Sat, 9 Mar 2013 02:58:59 +0000 (20:58 -0600)
committerSage Weil <sage@inktank.com>
Thu, 2 May 2013 04:16:50 +0000 (21:16 -0700)
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>

No differences found