libceph: drop ceph_con_get/put helpers and nref member
authorSage Weil <sage@inktank.com>
Thu, 21 Jun 2012 19:49:23 +0000 (12:49 -0700)
committerAlex Elder <elder@inktank.com>
Fri, 22 Jun 2012 13:13:45 +0000 (08:13 -0500)
commitd59315ca8c0de00df9b363f94a2641a30961ca1c
treeb2e8a2fe8633d6ac194d41e08a8c854719a6fb23
parent36eb71aa57e6a33d61fd90a2fd87f00c6844bc86
libceph: drop ceph_con_get/put helpers and nref member

These are no longer used.  Every ceph_connection instance is embedded in
another structure, and refcounts manipulated via the get/put ops.

Signed-off-by: Sage Weil <sage@inktank.com>
include/linux/ceph/messenger.h
net/ceph/messenger.c