Sage Weil
e9966076cd
libceph: wrap auth methods in a mutex
...
The auth code is called from a variety of contexts, include the mon_client
(protected by the monc's mutex) and the messenger callbacks (currently
protected by nothing). Avoid chaos by protecting all auth state with a
mutex. Nothing is blocking, so this should be simple and lightweight.
Signed-off-by: Sage Weil <sage@inktank.com >
Reviewed-by: Alex Elder <elder@inktank.com >
2013-05-01 21:17:15 -07:00
..
2013-05-01 21:17:15 -07:00
2013-03-28 15:51:33 -07:00
2013-04-09 21:04:16 +02:00
2013-04-10 10:31:26 -04:00
2013-03-25 10:39:17 -07:00
2013-04-03 19:33:40 -04:00
2013-04-18 09:00:26 -07:00
2013-04-14 10:06:31 -07:00
2013-03-19 19:15:52 +01:00
2013-03-31 11:38:33 -07:00
2013-04-02 01:28:41 +02:00
2013-04-09 11:34:05 +01:00
2013-03-31 11:38:33 -07:00
2013-03-27 07:49:29 -07:00
2013-04-12 17:12:41 -04:00
2013-03-22 16:41:19 -07:00
2013-03-22 16:41:20 -07:00
2013-04-17 12:35:33 -07:00
2013-04-07 13:05:35 +03:00
2013-04-07 13:05:35 +03:00
2013-04-03 19:33:43 -04:00
2013-04-16 16:45:45 -07:00
2013-03-28 17:45:51 -07:00
2013-03-22 16:41:20 -07:00
2013-03-27 07:50:04 -07:00
2013-04-05 00:18:46 -04:00
2013-03-26 17:19:41 -06:00
2013-04-09 10:48:33 -07:00
2013-03-22 16:41:20 -07:00
2013-04-09 14:09:17 -04:00
2013-04-12 14:18:43 +02:00
2013-04-10 15:40:39 -04:00
2013-03-19 19:15:52 +01:00
2013-04-05 15:38:10 -04:00
2013-04-09 10:48:33 -07:00
2013-04-17 12:35:32 -07:00
2013-03-20 17:56:58 -04:00
2013-04-15 21:23:03 +01:00
2013-03-20 12:10:38 -04:00
2013-03-27 07:50:08 -07:00