diff options
author | Sage Weil <sage@inktank.com> | 2012-06-21 12:49:23 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-11-26 11:38:25 -0800 |
commit | 9021a42c794bf96156be9ad556ef707814a361ff (patch) | |
tree | 54475c6baca932d1eb1272038a380a5e474e8e52 /include | |
parent | 1c623b046a6c72666d81afa004f8bf7f70cd4391 (diff) |
libceph: drop ceph_con_get/put helpers and nref member
(cherry picked from commit d59315ca8c0de00df9b363f94a2641a30961ca1c)
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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/ceph/messenger.h | 1 |
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; |