]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/os/bluestore/StupidAllocator.cc
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / os / bluestore / StupidAllocator.cc
index b4739f28dd11c4a96d2cd99e034d54fbd1e44f51..550024e67e77dc8d199a473e4cc578d87a2c7af9 100644 (file)
@@ -299,7 +299,7 @@ void StupidAllocator::dump()
   }
 }
 
-void StupidAllocator::dump(std::function<void(uint64_t offset, uint64_t length)> notify)
+void StupidAllocator::foreach(std::function<void(uint64_t offset, uint64_t length)> notify)
 {
   std::lock_guard l(lock);
   for (unsigned bin = 0; bin < free.size(); ++bin) {