summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorIlya Dryomov <idryomov@gmail.com>2016-02-08 15:39:46 +0300
committerIlya Dryomov <idryomov@gmail.com>2016-03-25 20:51:41 +0300
commitde2aa102ea464a54dba14b9588e0bc188bd94707 (patch)
tree63e06ac4f33007b4f2719be957133fc88fa27b89 /include
parenta587d71b0a4b222762e9c3a2352f076532685d9f (diff)
downloadlinux-de2aa102ea464a54dba14b9588e0bc188bd94707.tar.xz
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>
Diffstat (limited to 'include')
-rw-r--r--include/linux/ceph/osd_client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/ceph/osd_client.h b/include/linux/ceph/osd_client.h
index 7506b485bb6d..35c8b006916f 100644
--- a/include/linux/ceph/osd_client.h
+++ b/include/linux/ceph/osd_client.h
@@ -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 {