mirror of
https://github.com/ceph/ceph
synced 2025-02-24 03:27:10 +00:00
RGW Zipper - get_ctl() no longer needed
Signed-off-by: Daniel Gryniewicz <dang@redhat.com>
This commit is contained in:
parent
200f71a90c
commit
8efaf76235
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user