Files
linux-stable-mirror/include/linux
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-03-19 19:15:52 +01:00
2013-04-16 16:45:45 -07:00
2013-03-22 16:41:20 -07:00
2013-04-09 14:09:17 -04:00
2013-03-19 19:15:52 +01:00
2013-03-20 12:10:38 -04:00