libceph: use con get/put methods
authorSage Weil <sage@inktank.com>
Thu, 21 Jun 2012 19:47:08 +0000 (12:47 -0700)
committerAlex Elder <elder@inktank.com>
Fri, 22 Jun 2012 12:30:27 +0000 (07:30 -0500)
The ceph_con_get/put() helpers manipulate the embedded con ref
count, which isn't used now that ceph_connections are embedded in
other structures.

Signed-off-by: Sage Weil <sage@inktank.com>
Reviewed-by: Alex Elder <elder@inktank.com>

No differences found