diff options
Diffstat (limited to 'fs/ceph/osd_client.h')
-rw-r--r-- | fs/ceph/osd_client.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fs/ceph/osd_client.h b/fs/ceph/osd_client.h index 2e4cfd1e9f10..8fef71cc4457 100644 --- a/fs/ceph/osd_client.h +++ b/fs/ceph/osd_client.h | |||
@@ -43,11 +43,13 @@ struct ceph_osd_request { | |||
43 | struct list_head r_osd_item; | 43 | struct list_head r_osd_item; |
44 | struct ceph_osd *r_osd; | 44 | struct ceph_osd *r_osd; |
45 | 45 | ||
46 | struct ceph_connection *r_con_filling_pages; | ||
47 | |||
46 | struct ceph_msg *r_request, *r_reply; | 48 | struct ceph_msg *r_request, *r_reply; |
47 | int r_result; | 49 | int r_result; |
48 | int r_flags; /* any additional flags for the osd */ | 50 | int r_flags; /* any additional flags for the osd */ |
49 | u32 r_sent; /* >0 if r_request is sending/sent */ | 51 | u32 r_sent; /* >0 if r_request is sending/sent */ |
50 | int r_prepared_pages, r_got_reply; | 52 | int r_got_reply; |
51 | int r_num_prealloc_reply; | 53 | int r_num_prealloc_reply; |
52 | 54 | ||
53 | struct ceph_osd_client *r_osdc; | 55 | struct ceph_osd_client *r_osdc; |