libceph: protect ceph_con_open() with mutex
authorSage Weil <sage@inktank.com>
Mon, 30 Jul 2012 23:21:40 +0000 (16:21 -0700)
committerSage Weil <sage@inktank.com>
Tue, 31 Jul 2012 01:15:33 +0000 (18:15 -0700)
Take the con mutex while we are initiating a ceph open.  This is necessary
because the may have previously been in use and then closed, which could
result in a racing workqueue running con_work().

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

No differences found