]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rocksdb/table/persistent_cache_helper.cc
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / rocksdb / table / persistent_cache_helper.cc
index 4e90697a6e5db371b61a330958491e7bb56f2da2..8797c9b9b06bb4f84ec883cd878e56e5d6d31bff 100644 (file)
@@ -4,10 +4,10 @@
 //  (found in the LICENSE.Apache file in the root directory).
 
 #include "table/persistent_cache_helper.h"
-#include "table/block_based_table_reader.h"
+#include "table/block_based/block_based_table_reader.h"
 #include "table/format.h"
 
-namespace rocksdb {
+namespace ROCKSDB_NAMESPACE {
 
 void PersistentCacheHelper::InsertRawPage(
     const PersistentCacheOptions& cache_options, const BlockHandle& handle,
@@ -110,4 +110,4 @@ Status PersistentCacheHelper::LookupUncompressedPage(
   return Status::OK();
 }
 
-}  // namespace rocksdb
+}  // namespace ROCKSDB_NAMESPACE