aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ceph
diff options
context:
space:
mode:
authorSage Weil <sage@inktank.com>2012-06-21 12:49:23 -0700
committerAlex Elder <elder@inktank.com>2012-06-22 08:13:45 -0500
commitd59315ca8c0de00df9b363f94a2641a30961ca1c (patch)
treeb2e8a2fe8633d6ac194d41e08a8c854719a6fb23 /include/linux/ceph
parentlibceph: use con get/put methods (diff)
downloadlinux-dev-d59315ca8c0de00df9b363f94a2641a30961ca1c.tar.xz
linux-dev-d59315ca8c0de00df9b363f94a2641a30961ca1c.zip
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>
Diffstat (limited to 'include/linux/ceph')
-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 a334dbd1b324..cc6f9bdcf466 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;