diff options
author | Sage Weil <sage@inktank.com> | 2012-06-21 23:49:23 +0400 |
---|---|---|
committer | Alex Elder <elder@inktank.com> | 2012-06-22 17:13:45 +0400 |
commit | d59315ca8c0de00df9b363f94a2641a30961ca1c (patch) | |
tree | b2e8a2fe8633d6ac194d41e08a8c854719a6fb23 /include/linux/ceph | |
parent | 36eb71aa57e6a33d61fd90a2fd87f00c6844bc86 (diff) | |
download | linux-d59315ca8c0de00df9b363f94a2641a30961ca1c.tar.xz |
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.h | 1 |
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; |