]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-client.git/commit
libceph: rename data out field in osd request op
authorAlex Elder <elder@inktank.com>
Wed, 3 Apr 2013 06:28:58 +0000 (01:28 -0500)
committerAlex Elder <elder@inktank.com>
Mon, 8 Apr 2013 19:09:37 +0000 (14:09 -0500)
commitef6fba1b9f26f9ab56d78c67b140984becd94598
tree28a142be7a23350c0528f351dcb863ad0d491090
parent91796651c57076959174552da830b88fdba7af71
libceph: rename data out field in osd request op

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: Alex Elder <elder@inktank.com>
Reviewed-by: Josh Durgin <josh.durgin@inktank.com>
include/linux/ceph/osd_client.h
net/ceph/osd_client.c