libceph: fix mutex coverage for ceph_con_close
authorSage Weil <sage@inktank.com>
Mon, 30 Jul 2012 23:24:37 +0000 (16:24 -0700)
committerSage Weil <sage@inktank.com>
Tue, 31 Jul 2012 01:15:30 +0000 (18:15 -0700)
Hold the mutex while twiddling all of the state bits to avoid possible
races.  While we're here, make not of why we cannot close the socket
directly.

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

No differences found