commit | 2544a02090aa76ffb8069e6bf23d886e34d9c8da | [log] [tgz] |
---|---|---|
author | Ilya Dryomov <idryomov@gmail.com> | Wed Jan 25 18:16:21 2017 +0100 |
committer | Ilya Dryomov <idryomov@gmail.com> | Mon Feb 20 12:16:13 2017 +0100 |
tree | 753549a7f2179184f22fd0ade10edf45f3d6d606 | |
parent | fe5478e0f6694312ad17dea7083296c1aea0a049 [diff] |
libceph: pass reply buffer length through ceph_osdc_call() To spare checking for "this reply fits into a page, but does it fit into my buffer?" in some callers, osd_req_op_cls_response_data_pages() needs to know how big it is. Signed-off-by: Ilya Dryomov <idryomov@gmail.com> Reviewed-by: Jason Dillaman <dillaman@redhat.com>