]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
RGW Zipper - get_ctl() no longer needed
authorDaniel Gryniewicz <dang@redhat.com>
Fri, 19 Feb 2021 14:40:57 +0000 (09:40 -0500)
committerDaniel Gryniewicz <dang@redhat.com>
Tue, 2 Mar 2021 12:35:05 +0000 (07:35 -0500)
Signed-off-by: Daniel Gryniewicz <dang@redhat.com>
src/rgw/rgw_sal.h
src/rgw/rgw_sal_rados.h

index 20a7c7f5dea78b46c8dae4d4f28b5632af4a8a80..646f2937fd3d2c4b96e27394a5c2eb45664bdd83 100644 (file)
@@ -173,7 +173,6 @@ class RGWStore {
               RGWObjectCtx& obj_ctx, std::unique_ptr<rgw::sal::RGWObject> _head_obj,
               const DoutPrefixProvider *dpp, optional_yield y) = 0;
     virtual RGWLC* get_rgwlc(void) = 0;
-    virtual RGWCtl* get_ctl(void) = 0;
     virtual RGWCoroutinesManagerRegistry* get_cr_registry() = 0;
     virtual int delete_raw_obj(const rgw_raw_obj& obj) = 0;
     virtual int delete_raw_obj_aio(const rgw_raw_obj& obj, Completions* aio) = 0;
index 32cf792541622d02080ce171cfb78069a74af06b..2fa77dba78dc6e54093eaf5eca6b252ba2309f1c 100644 (file)
@@ -405,7 +405,6 @@ class RGWRadosStore : public RGWStore {
               RGWObjectCtx& obj_ctx, std::unique_ptr<rgw::sal::RGWObject> _head_obj,
               const DoutPrefixProvider *dpp, optional_yield y) override;
     virtual RGWLC* get_rgwlc(void) override { return rados->get_lc(); }
-    virtual RGWCtl* get_ctl(void) override { return rados->pctl; }
     virtual RGWCoroutinesManagerRegistry* get_cr_registry() override { return rados->get_cr_registry(); }
     virtual int delete_raw_obj(const rgw_raw_obj& obj) override;
     virtual int delete_raw_obj_aio(const rgw_raw_obj& obj, Completions* aio) override;