]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
auth: rename mutex so that it doesn't confuse lockdep
authorYehuda Sadeh <yehuda@hq.newdream.net>
Mon, 14 Dec 2009 19:27:48 +0000 (11:27 -0800)
committerYehuda Sadeh <yehuda@hq.newdream.net>
Mon, 14 Dec 2009 19:29:44 +0000 (11:29 -0800)
src/auth/AuthSupported.cc

index fb9a064f71134abfd80a9563ea702325a306f457..65c1d3c13426e46bd066b4e6eb28ad0aefffae25 100644 (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)