libceph: rename ceph_osd_req_op::payload_len to indata_len

Follow userspace nomenclature on this - the next commit adds
outdata_len.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
This commit is contained in:
Ilya Dryomov
2016-02-08 13:39:46 +01:00
parent a587d71b0a
commit de2aa102ea
2 changed files with 7 additions and 7 deletions

View File

@@ -77,7 +77,7 @@ struct ceph_osd_data {
struct ceph_osd_req_op {
u16 op; /* CEPH_OSD_OP_* */
u32 flags; /* CEPH_OSD_OP_FLAG_* */
u32 payload_len;
u32 indata_len; /* request */
union {
struct ceph_osd_data raw_data_in;
struct {