diff options
Diffstat (limited to 'include/linux/ceph')
-rw-r--r-- | include/linux/ceph/messenger.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/ceph/messenger.h b/include/linux/ceph/messenger.h index 9008f81c20cd..a334dbd1b324 100644 --- a/include/linux/ceph/messenger.h +++ b/include/linux/ceph/messenger.h | |||
@@ -241,8 +241,8 @@ extern void ceph_con_close(struct ceph_connection *con); | |||
241 | extern void ceph_con_send(struct ceph_connection *con, struct ceph_msg *msg); | 241 | extern void ceph_con_send(struct ceph_connection *con, struct ceph_msg *msg); |
242 | 242 | ||
243 | extern void ceph_msg_revoke(struct ceph_msg *msg); | 243 | extern void ceph_msg_revoke(struct ceph_msg *msg); |
244 | extern void ceph_con_revoke_message(struct ceph_connection *con, | 244 | extern void ceph_msg_revoke_incoming(struct ceph_msg *msg); |
245 | struct ceph_msg *msg); | 245 | |
246 | extern void ceph_con_keepalive(struct ceph_connection *con); | 246 | extern void ceph_con_keepalive(struct ceph_connection *con); |
247 | extern struct ceph_connection *ceph_con_get(struct ceph_connection *con); | 247 | extern struct ceph_connection *ceph_con_get(struct ceph_connection *con); |
248 | extern void ceph_con_put(struct ceph_connection *con); | 248 | extern void ceph_con_put(struct ceph_connection *con); |