diff options
Diffstat (limited to 'fs/ceph/mds_client.h')
-rw-r--r-- | fs/ceph/mds_client.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/ceph/mds_client.h b/fs/ceph/mds_client.h index e00737cf523c..3288359353e9 100644 --- a/fs/ceph/mds_client.h +++ b/fs/ceph/mds_client.h | |||
@@ -202,9 +202,7 @@ struct ceph_mds_request { | |||
202 | bool r_direct_is_hash; /* true if r_direct_hash is valid */ | 202 | bool r_direct_is_hash; /* true if r_direct_hash is valid */ |
203 | 203 | ||
204 | /* data payload is used for xattr ops */ | 204 | /* data payload is used for xattr ops */ |
205 | struct page **r_pages; | 205 | struct ceph_pagelist *r_pagelist; |
206 | int r_num_pages; | ||
207 | int r_data_len; | ||
208 | 206 | ||
209 | /* what caps shall we drop? */ | 207 | /* what caps shall we drop? */ |
210 | int r_inode_drop, r_inode_unless; | 208 | int r_inode_drop, r_inode_unless; |
@@ -332,6 +330,8 @@ ceph_get_mds_session(struct ceph_mds_session *s) | |||
332 | return s; | 330 | return s; |
333 | } | 331 | } |
334 | 332 | ||
333 | extern const char *ceph_session_state_name(int s); | ||
334 | |||
335 | extern void ceph_put_mds_session(struct ceph_mds_session *s); | 335 | extern void ceph_put_mds_session(struct ceph_mds_session *s); |
336 | 336 | ||
337 | extern int ceph_send_msg_mds(struct ceph_mds_client *mdsc, | 337 | extern int ceph_send_msg_mds(struct ceph_mds_client *mdsc, |