mirror of
https://github.com/ceph/ceph
synced 2025-02-24 11:37:37 +00:00
auth: rename mutex so that it doesn't confuse lockdep
This commit is contained in:
parent
6e72b201e1
commit
6fc3f5e1b9
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user