libceph: drop connection refcounting for mon_client
authorSage Weil <sage@inktank.com>
Fri, 1 Jun 2012 03:27:50 +0000 (20:27 -0700)
committerAlex Elder <elder@dreamhost.com>
Wed, 6 Jun 2012 14:23:54 +0000 (09:23 -0500)
All references to the embedded ceph_connection come from the msgr
workqueue, which is drained prior to mon_client destruction.  That
means we can ignore con refcounting entirely.

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

No differences found