aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include
diff options
context:
space:
mode:
authorIlya Dryomov <idryomov@gmail.com>2016-02-08 13:39:46 +0100
committerIlya Dryomov <idryomov@gmail.com>2016-03-25 18:51:41 +0100
commitde2aa102ea464a54dba14b9588e0bc188bd94707 (patch)
tree63e06ac4f33007b4f2719be957133fc88fa27b89 /include
parentceph: remove useless BUG_ON (diff)
downloadwireguard-linux-de2aa102ea464a54dba14b9588e0bc188bd94707.tar.xz
wireguard-linux-de2aa102ea464a54dba14b9588e0bc188bd94707.zip
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 {