]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
libceph: drop declaration of ceph_con_get()
authorAlex Elder <elder@inktank.com>
Thu, 21 Jun 2012 19:49:23 +0000 (12:49 -0700)
committerSage Weil <sage@inktank.com>
Fri, 6 Jul 2012 04:14:34 +0000 (21:14 -0700)
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>
include/linux/ceph/messenger.h

index 002d504df3b7a747c7dd7963c6a83d2f16b97f19..dd4ef1f8ec9380738f539eb10f0315159dde4b99 100644 (file)
@@ -244,8 +244,6 @@ extern void ceph_msg_revoke(struct ceph_msg *msg);
 extern void ceph_msg_revoke_incoming(struct ceph_msg *msg);
 
 extern void ceph_con_keepalive(struct ceph_connection *con);
-extern struct ceph_connection *ceph_con_get(struct ceph_connection *con);
-extern void ceph_con_put(struct ceph_connection *con);
 
 extern struct ceph_msg *ceph_msg_new(int type, int front_len, gfp_t flags,
                                     bool can_fail);