aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ceph
diff options
context:
space:
mode:
authorAlex Elder <elder@inktank.com>2012-06-21 15:49:23 -0400
committerSage Weil <sage@inktank.com>2012-07-06 00:14:34 -0400
commit261030215d970c62f799e6e508e3c68fc7ec2aa9 (patch)
treeb62f453d7e1b7901560c0ea4431870e005270362 /include/linux/ceph
parentbc18f4b1c850ab355e38373fbb60fd28568d84b5 (diff)
libceph: drop declaration of ceph_con_get()
For some reason the declaration of ceph_con_get() and ceph_con_put() did not get deleted in this commit: d59315ca libceph: drop ceph_con_get/put helpers and nref member Clean that up. Signed-off-by: Alex Elder <elder@inktank.com>
Diffstat (limited to 'include/linux/ceph')
-rw-r--r--include/linux/ceph/messenger.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/ceph/messenger.h b/include/linux/ceph/messenger.h
index 002d504df3b..dd4ef1f8ec9 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);
244extern void ceph_msg_revoke_incoming(struct ceph_msg *msg); 244extern void ceph_msg_revoke_incoming(struct ceph_msg *msg);
245 245
246extern void ceph_con_keepalive(struct ceph_connection *con); 246extern void ceph_con_keepalive(struct ceph_connection *con);
247extern struct ceph_connection *ceph_con_get(struct ceph_connection *con);
248extern void ceph_con_put(struct ceph_connection *con);
249 247
250extern struct ceph_msg *ceph_msg_new(int type, int front_len, gfp_t flags, 248extern struct ceph_msg *ceph_msg_new(int type, int front_len, gfp_t flags,
251 bool can_fail); 249 bool can_fail);