commit | fd51653f78cf40a0516e521b6de22f329c5bad8d | [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:42 2012 -0500 |
tree | 9645467cbb3a23bca4f3c7434f6ee93f212fa2ed | |
parent | e6cee71fac27c946a0bbad754dd076e66c4e9dbd [diff] |
ceph: messenger: change read_partial() to take "end" arg Make the second argument to read_partial() be the ending input byte position rather than the beginning offset it now represents. This amounts to moving the addition "to + size" into the caller. Signed-off-by: Alex Elder <elder@inktank.com> Reviewed-by: Sage Weil <sage@inktank.com>