diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/ceph/messenger.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/ceph/messenger.h b/include/linux/ceph/messenger.h index 002d504df3b7..dd4ef1f8ec93 100644 --- a/include/linux/ceph/messenger.h +++ b/include/linux/ceph/messenger.h | |||
@@ -244,8 +244,6 @@ extern void ceph_msg_revoke(struct ceph_msg *msg); | |||
244 | extern void ceph_msg_revoke_incoming(struct ceph_msg *msg); | 244 | extern void ceph_msg_revoke_incoming(struct ceph_msg *msg); |
245 | 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); | ||
248 | extern void ceph_con_put(struct ceph_connection *con); | ||
249 | 247 | ||
250 | extern struct ceph_msg *ceph_msg_new(int type, int front_len, gfp_t flags, | 248 | extern struct ceph_msg *ceph_msg_new(int type, int front_len, gfp_t flags, |
251 | bool can_fail); | 249 | bool can_fail); |