]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rocksdb/utilities/env_librados.cc
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / rocksdb / utilities / env_librados.cc
index db1c740061d343c68f1133b6dd6435f332ec44e2..753444da16a105287ce60e0d0ec30bdb3093b48f 100644 (file)
@@ -219,16 +219,6 @@ public:
     return s;
   }
 
-  // Used by the file_reader_writer to decide if the ReadAhead wrapper
-  // should simply forward the call and do not enact buffering or locking.
-  bool ShouldForwardRawRequest() const {
-    return false;
-  }
-
-  // For cases when read-ahead is implemented in the platform dependent
-  // layer
-  void EnableReadAhead() {}
-
   /**
    * @brief [brief description]
    * @details Get unique id for each file and guarantee this id is different for each file
@@ -1495,4 +1485,5 @@ EnvLibrados* EnvLibrados::Default() {
                                  default_pool_name);
   return &default_env;
 }
+// @lint-ignore TXT4 T25377293 Grandfathered in
 }
\ No newline at end of file