commit | 0120be3c60d46d6d55f4bf7a3d654cc705eb0c54 | [log] [tgz] |
---|---|---|
author | Alex Elder <elder@inktank.com> | Wed Nov 14 09:38:19 2012 -0600 |
committer | Alex Elder <elder@inktank.com> | Thu Jan 17 15:52:04 2013 -0600 |
tree | 5cb52ab14873ee0e33a6a2bc6115373b305114bb | |
parent | 5b9d1b1cd46aa6c8abf891f25c15aee31538da7e [diff] |
libceph: pass length to ceph_osdc_build_request() The len argument to ceph_osdc_build_request() is set up to be passed by address, but that function never updates its value so there's no need to do this. Tighten up the interface by passing the length directly. Signed-off-by: Alex Elder <elder@inktank.com> Reviewed-by: Josh Durgin <josh.durgin@inktank.com>