diff options
author | Adam C. Emerson <aemerson@redhat.com> | 2022-12-05 23:10:51 +0100 |
---|---|---|
committer | Casey Bodley <cbodley@redhat.com> | 2023-11-29 19:15:27 +0100 |
commit | 34b8e9fb2228f7c8db6c63f928e8992dafb2de1b (patch) | |
tree | 9b2561d7efc3a51b51121856693002ff90819bdf /src/rgw/rgw_op.cc | |
parent | rgw: Remove `RGWSI_RADOS` from `RGWSI_User_RADOS` (diff) | |
download | ceph-34b8e9fb2228f7c8db6c63f928e8992dafb2de1b.tar.xz ceph-34b8e9fb2228f7c8db6c63f928e8992dafb2de1b.zip |
rgw: Remove `RGWSI_RADOS` from `RGWSI_SysObj*`
Simply use the RADOS handle and `rgw_rados_ref` directly.
Also make `rgw::AccessListFilter` a std::function.
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
Diffstat (limited to 'src/rgw/rgw_op.cc')
-rw-r--r-- | src/rgw/rgw_op.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rgw/rgw_op.cc b/src/rgw/rgw_op.cc index 7363db728a4..a290388efe0 100644 --- a/src/rgw/rgw_op.cc +++ b/src/rgw/rgw_op.cc @@ -102,8 +102,6 @@ static string shadow_ns = RGW_OBJ_NS_SHADOW; static void forward_req_info(const DoutPrefixProvider *dpp, CephContext *cct, req_info& info, const std::string& bucket_name); -static MultipartMetaFilter mp_filter; - // this probably should belong in the rgw_iam_policy_keywords, I'll get it to it // at some point static constexpr auto S3_EXISTING_OBJTAG = "s3:ExistingObjectTag"; |