diff options
Diffstat (limited to 'fs/ceph/messenger.h')
-rw-r--r-- | fs/ceph/messenger.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/ceph/messenger.h b/fs/ceph/messenger.h index dca2d32b40de..c26a3d8aa78c 100644 --- a/fs/ceph/messenger.h +++ b/fs/ceph/messenger.h | |||
@@ -226,8 +226,8 @@ extern void ceph_con_open(struct ceph_connection *con, | |||
226 | extern void ceph_con_close(struct ceph_connection *con); | 226 | extern void ceph_con_close(struct ceph_connection *con); |
227 | extern void ceph_con_send(struct ceph_connection *con, struct ceph_msg *msg); | 227 | extern void ceph_con_send(struct ceph_connection *con, struct ceph_msg *msg); |
228 | extern void ceph_con_revoke(struct ceph_connection *con, struct ceph_msg *msg); | 228 | extern void ceph_con_revoke(struct ceph_connection *con, struct ceph_msg *msg); |
229 | extern void ceph_con_revoke_pages(struct ceph_connection *con, | 229 | extern void ceph_con_revoke_message(struct ceph_connection *con, |
230 | struct page **pages); | 230 | struct ceph_msg *msg); |
231 | extern void ceph_con_keepalive(struct ceph_connection *con); | 231 | extern void ceph_con_keepalive(struct ceph_connection *con); |
232 | extern struct ceph_connection *ceph_con_get(struct ceph_connection *con); | 232 | extern struct ceph_connection *ceph_con_get(struct ceph_connection *con); |
233 | extern void ceph_con_put(struct ceph_connection *con); | 233 | extern void ceph_con_put(struct ceph_connection *con); |