commit | 686be20875db63c6103573565c63db20153ee6e1 | [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:29 2013 -0700 |
tree | 1bf80f78424ce402a56a3782572652f42253e214 | |
parent | 61fcdc97c06bce7b6d16dd2a6b478f24cd121d96 [diff] |
libceph: get rid of read helpers Now that read_partial_message_pages() and read_partial_message_bio() are literally identical functions we can factor them out. They're pretty simple as well, so just move their relevant content into read_partial_msg_data(). This is and previous patches together resolve: http://tracker.ceph.com/issues/4428 Signed-off-by: Alex Elder <elder@inktank.com> Reviewed-by: Josh Durgin <josh.durgin@inktank.com>