libceph: move msgr clear_standby under con mutex protection
authorSage Weil <sage@inktank.com>
Fri, 20 Jul 2012 22:33:04 +0000 (15:33 -0700)
committerSage Weil <sage@inktank.com>
Tue, 31 Jul 2012 01:15:56 +0000 (18:15 -0700)
Avoid dropping and retaking con->mutex in the ceph_con_send() case by
leaving locking up to the caller.

Signed-off-by: Sage Weil <sage@inktank.com>

No differences found