]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw/cache: removing `experimental` fallback from ssd backed cache driver.
authorPritha Srivastava <prsrivas@redhat.com>
Tue, 12 Dec 2023 05:04:45 +0000 (10:34 +0530)
committerPritha Srivastava <prsrivas@redhat.com>
Tue, 2 Apr 2024 15:54:51 +0000 (21:24 +0530)
Signed-off-by: Pritha Srivastava <prsrivas@redhat.com>
src/rgw/rgw_ssd_driver.cc

index 56b58b151effd7c6513c178ff9aec0ad8cb842ad..8210f1c752953e8492916b11ccd72c8c24f81324 100644 (file)
@@ -6,13 +6,8 @@
 #include <sys/xattr.h>
 #endif
 
-#if __has_include(<filesystem>)
 #include <filesystem>
 namespace efs = std::filesystem;
-#else
-#include <experimental/filesystem>
-namespace efs = std::experimental::filesystem;
-#endif
 
 namespace rgw { namespace cache {