diff options
Diffstat (limited to 'include/linux/ceph/osd_client.h')
-rw-r--r-- | include/linux/ceph/osd_client.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/ceph/osd_client.h b/include/linux/ceph/osd_client.h index f4c1a2a22a14..a9c4089894c8 100644 --- a/include/linux/ceph/osd_client.h +++ b/include/linux/ceph/osd_client.h | |||
@@ -91,8 +91,8 @@ struct ceph_osd_req_op { | |||
91 | struct { | 91 | struct { |
92 | const char *class_name; | 92 | const char *class_name; |
93 | const char *method_name; | 93 | const char *method_name; |
94 | const void *indata; | 94 | const void *request_data; |
95 | u32 indata_len; | 95 | u32 request_data_len; |
96 | __u8 class_len; | 96 | __u8 class_len; |
97 | __u8 method_len; | 97 | __u8 method_len; |
98 | __u8 argc; | 98 | __u8 argc; |