Skip to content

Commit

Permalink
libceph: drop declaration of ceph_con_get()
Browse files Browse the repository at this point in the history
For some reason the declaration of ceph_con_get() and
ceph_con_put() did not get deleted in this commit:
    d59315c libceph: drop ceph_con_get/put helpers and nref member

Clean that up.

Signed-off-by: Alex Elder <elder@inktank.com>
  • Loading branch information
Alex Elder authored and Sage Weil committed Jul 6, 2012
1 parent bc18f4b commit 2610302
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/linux/ceph/messenger.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 2610302

Please sign in to comment.