commit | 57dac9d1620942608306d8c17c98a9d1568ffdf4 | [log] [tgz] |
---|---|---|
author | Alex Elder <elder@inktank.com> | Thu May 10 10:29:50 2012 -0500 |
committer | Alex Elder <elder@dreamhost.com> | Mon May 14 12:16:41 2012 -0500 |
tree | 89a3359e888aae5ac5ccdacaa30d7ddadd2314b8 | |
parent | b7f6519e6bc7a0c5a9e3eadc8a2c79c0d4556050 [diff] |
ceph: messenger: use read_partial() in read_partial_message() There are two blocks of code in read_partial_message()--those that read the header and footer of the message--that can be replaced by a call to read_partial(). Do that. Signed-off-by: Alex Elder <elder@inktank.com> Reviewed-by: Sage Weil <sage@inktank.com>