]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/tools/rbd_mirror/image_deleter/TrashWatcher.h
import 15.2.0 Octopus source
[ceph.git] / ceph / src / tools / rbd_mirror / image_deleter / TrashWatcher.h
index b6f698331aa82d3d187fb4d2806385942cd62b30..e818a102c920199b895274874b7059926dd6997e 100644 (file)
@@ -6,7 +6,7 @@
 
 #include "include/rados/librados.hpp"
 #include "common/AsyncOpTracker.h"
-#include "common/Mutex.h"
+#include "common/ceph_mutex.h"
 #include "librbd/TrashWatcher.h"
 #include <set>
 #include <string>
@@ -97,7 +97,7 @@ private:
   std::string m_last_image_id;
   bufferlist m_out_bl;
 
-  mutable Mutex m_lock;
+  mutable ceph::mutex m_lock;
 
   Context *m_on_init_finish = nullptr;
   Context *m_timer_ctx = nullptr;