Re: [PATCH 19/20] libceph: set the data pointers when encoding ops

2013-04-08 Thread Josh Durgin
Reviewed-by: Josh Durgin On 04/05/2013 07:06 AM, Alex Elder wrote: Still using the osd request r_data_in and r_data_out pointer, but we're basically only referring to it via the data pointers in the osd ops. And we're transferring that information to the request or reply message only when the

[PATCH 19/20] libceph: set the data pointers when encoding ops

2013-04-05 Thread Alex Elder
Still using the osd request r_data_in and r_data_out pointer, but we're basically only referring to it via the data pointers in the osd ops. And we're transferring that information to the request or reply message only when the op indicates it's needed, in osd_req_encode_op(). To avoid a forward r