diff options
Diffstat (limited to 'include/linux/ceph')
-rw-r--r-- | include/linux/ceph/osd_client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/ceph/osd_client.h b/include/linux/ceph/osd_client.h index 94ec69672164..7490a03ac163 100644 --- a/include/linux/ceph/osd_client.h +++ b/include/linux/ceph/osd_client.h | |||
@@ -117,7 +117,7 @@ struct ceph_osd_request { | |||
117 | struct list_head r_req_lru_item; | 117 | struct list_head r_req_lru_item; |
118 | struct list_head r_osd_item; | 118 | struct list_head r_osd_item; |
119 | struct list_head r_linger_item; | 119 | struct list_head r_linger_item; |
120 | struct list_head r_linger_osd; | 120 | struct list_head r_linger_osd_item; |
121 | struct ceph_osd *r_osd; | 121 | struct ceph_osd *r_osd; |
122 | struct ceph_pg r_pgid; | 122 | struct ceph_pg r_pgid; |
123 | int r_pg_osds[CEPH_PG_MAX_SIZE]; | 123 | int r_pg_osds[CEPH_PG_MAX_SIZE]; |