]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/PyModules: fix lock name 16508/head
authorSage Weil <sage@redhat.com>
Sat, 22 Jul 2017 17:48:17 +0000 (13:48 -0400)
committerSage Weil <sage@redhat.com>
Sat, 22 Jul 2017 17:48:17 +0000 (13:48 -0400)
Signed-off-by: Sage Weil <sage@redhat.com>
src/mgr/PyModules.h

index 062feb53162733a87a27fea7d64bba9cf3ca9ec1..1c6751f4e51b936114f05e02a8087cbb5144011d 100644 (file)
@@ -43,7 +43,7 @@ class PyModules
   Client   &client;
   Finisher &finisher;
 
-  mutable Mutex lock{"PyModules"};
+  mutable Mutex lock{"PyModules::lock"};
 
   std::string get_site_packages();