]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
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)
commit36eb71aa57e6a33d61fd90a2fd87f00c6844bc86
tree0d510e7decf8b2cec0cad6f9888959dffa366398
parent26ce171915f348abd1f41da1ed139d93750d987f
libceph: use con get/put methods

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>
net/ceph/messenger.c