diff options
Diffstat (limited to 'include/linux/ceph')
| -rw-r--r-- | include/linux/ceph/osd_client.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/ceph/osd_client.h b/include/linux/ceph/osd_client.h index 144d57cbef9e..71c41575646d 100644 --- a/include/linux/ceph/osd_client.h +++ b/include/linux/ceph/osd_client.h | |||
| @@ -93,8 +93,9 @@ struct ceph_osd_req_op { | |||
| 93 | const char *class_name; | 93 | const char *class_name; |
| 94 | const char *method_name; | 94 | const char *method_name; |
| 95 | const void *request_data; | 95 | const void *request_data; |
| 96 | u32 request_data_len; | 96 | struct ceph_osd_data *request_info; |
| 97 | struct ceph_osd_data *response_data; | 97 | struct ceph_osd_data *response_data; |
| 98 | u32 request_data_len; | ||
| 98 | __u8 class_len; | 99 | __u8 class_len; |
| 99 | __u8 method_len; | 100 | __u8 method_len; |
| 100 | __u8 argc; | 101 | __u8 argc; |
