auth: rename mutex so that it doesn't confuse lockdep

This commit is contained in:
Yehuda Sadeh 2009-12-14 11:27:48 -08:00
parent 6e72b201e1
commit 6fc3f5e1b9

View File

@ -19,7 +19,7 @@
#define DOUT_SUBSYS auth
static bool _supported_initialized = false;
static Mutex _supported_lock("auth_service_handler_init");
static Mutex _supported_lock("auth_supported_init");
static map<int, bool> auth_supported;
static void _init_supported(void)