aboutsummaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorSage Weil <sage@inktank.com>2012-06-21 12:49:23 -0700
committerHerton Ronaldo Krzesinski <herton.krzesinski@canonical.com>2012-11-20 14:27:21 -0200
commit7f64f35f9f0adf9dbfc7c3a09f375c386498f3c8 (patch)
treed546e0f3204ad55cc09e7bb4f27343ccdaa8fc12 /include/linux
parent500806ac0deb94a40fb08a42402163bc55966a05 (diff)
libceph: drop ceph_con_get/put helpers and nref member
commit d59315ca8c0de00df9b363f94a2641a30961ca1c upstream. 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> Signed-off-by: Herton Ronaldo Krzesinski <herton.krzesinski@canonical.com>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/ceph/messenger.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/ceph/messenger.h b/include/linux/ceph/messenger.h
index 9c1f755e5c03..f624b752e823 100644
--- a/include/linux/ceph/messenger.h
+++ b/include/linux/ceph/messenger.h
@@ -135,7 +135,6 @@ struct ceph_msg_pos {
*/
struct ceph_connection {
void *private;
- atomic_t nref;
const struct ceph_connection_operations *ops;