]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/librbd/AsyncObjectThrottle.cc
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / librbd / AsyncObjectThrottle.cc
index 1f09091e8f5e49573a5baeb13ebd3bf9a164fb28..4a5ae561903ceb8398732d0fdf6dcefa4a05b873 100644 (file)
@@ -25,7 +25,7 @@ AsyncObjectThrottle<T>::AsyncObjectThrottle(
 
 template <typename T>
 void AsyncObjectThrottle<T>::start_ops(uint64_t max_concurrent) {
-  assert(m_image_ctx.owner_lock.is_locked());
+  ceph_assert(m_image_ctx.owner_lock.is_locked());
   bool complete;
   {
     Mutex::Locker l(m_lock);