ceph: remove bad calls to ceph_con_shutdown
authorSage Weil <sage@newdream.net>
Wed, 18 Nov 2009 19:22:36 +0000 (11:22 -0800)
committerSage Weil <sage@newdream.net>
Wed, 18 Nov 2009 19:29:42 +0000 (11:29 -0800)
We want to ceph_con_close when we're done with the connection, before
the ref count reaches 0.  Once it does, do not call ceph_con_shutdown,
as that takes the con mutex and may sleep, and besides that is
unnecessary.

Signed-off-by: Sage Weil <sage@newdream.net>

No differences found