]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: svc: role_rados: stub out get_path
authorAbhishek Lekshmanan <abhishek@suse.com>
Thu, 1 Oct 2020 08:58:06 +0000 (10:58 +0200)
committerPritha Srivastava <prsrivas@redhat.com>
Mon, 6 Jun 2022 10:49:42 +0000 (16:19 +0530)
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
src/rgw/services/svc_role_rados.h

index 973922cbad88631f04215a85111706344d6b7d46..cb79d9a797aa19f71544ebf86e6c142d0732145a 100644 (file)
@@ -90,7 +90,7 @@ class RGWSI_Role_RADOS: public RGWSI_Role
                RGWObjVersionTracker * const objv_tracker,
                real_time * const pmtime,
                optional_yield y,
-               const DoutPrefixProvider *dpp) override;
+               const DoutPrefixProvider *dpp) override { return 0; } // TODO impl me
 
   int delete_info(RGWSI_MetaBackend::Context *ctx,
                  const std::string& name,