]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rgw/services/svc_meta_be_otp.cc
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / rgw / services / svc_meta_be_otp.cc
index bc5db46145551f5cc49d8dc5904ab0af774574a6..3cabeb9d0a99efc4beaf9b2ba58758fefe82ffca 100644 (file)
@@ -3,9 +3,9 @@
 
 #include "svc_meta_be_otp.h"
 
-#include "rgw/rgw_tools.h"
-#include "rgw/rgw_metadata.h"
-#include "rgw/rgw_mdlog.h"
+#include "rgw_tools.h"
+#include "rgw_metadata.h"
+#include "rgw_mdlog.h"
 
 #define dout_subsys ceph_subsys_rgw
 
@@ -29,7 +29,7 @@ RGWSI_MetaBackend_Handler *RGWSI_MetaBackend_OTP::alloc_be_handler()
 
 RGWSI_MetaBackend::Context *RGWSI_MetaBackend_OTP::alloc_ctx()
 {
-  return new Context_OTP(sysobj_svc);
+  return new Context_OTP;
 }
 
 int RGWSI_MetaBackend_OTP::call_with_get_params(ceph::real_time *pmtime, std::function<int(RGWSI_MetaBackend::GetParams&)> cb)