• Alex Elder's avatar
    libceph: rename data out field in osd request op · 54d50649
    Alex Elder authored
    There are fields "indata" and "indata_len" defined the ceph osd
    request op structure.  The "in" part is with from the point of view
    of the osd server, but is a little confusing here on the client
    side.  Change their names to use "request" instead of "in" to
    indicate that it defines data provided with the request (as opposed
    the data returned in the response).
    
    Rename the local variable in osd_req_encode_op() to match.
    Signed-off-by: default avatarAlex Elder <elder@inktank.com>
    Reviewed-by: default avatarJosh Durgin <josh.durgin@inktank.com>
    54d50649
osd_client.c 61.9 KB