]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rocksdb/utilities/persistent_cache/block_cache_tier_metadata.h
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / rocksdb / utilities / persistent_cache / block_cache_tier_metadata.h
index 14082bb4556134458c25acf48c72dc3cb489e92e..92adae2bf8abbe267e73948d94cd0232aa858c62 100644 (file)
@@ -17,7 +17,7 @@
 #include "utilities/persistent_cache/hash_table_evictable.h"
 #include "utilities/persistent_cache/lrulist.h"
 
-namespace rocksdb {
+namespace ROCKSDB_NAMESPACE {
 
 //
 // Block Cache Tier Metadata
@@ -120,6 +120,6 @@ class BlockCacheTierMetadata {
   BlockIndexType block_index_;
 };
 
-}  // namespace rocksdb
+}  // namespace ROCKSDB_NAMESPACE
 
 #endif