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>
This commit is contained in:
parent
36eb71aa57
commit
d59315ca8c
2 changed files with 1 additions and 28 deletions
|
@ -135,7 +135,6 @@ struct ceph_msg_pos {
|
|||
*/
|
||||
struct ceph_connection {
|
||||
void *private;
|
||||
atomic_t nref;
|
||||
|
||||
const struct ceph_connection_operations *ops;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue