]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
rgw: add rgw_obj_index_key, kill RGWObjEnt
authorYehuda Sadeh <yehuda@redhat.com>
Thu, 17 Nov 2016 23:26:35 +0000 (15:26 -0800)
committerYehuda Sadeh <yehuda@redhat.com>
Thu, 9 Mar 2017 17:18:53 +0000 (09:18 -0800)
commit5cf5ab470e6e9119ae4a6a6111974cb03610ba3e
tree4cf16315aacdbb69a4b4d7f3e16f742b4fa5077a
parentbdf53ab3c383513ff579e278693a35314dd7a0b2
rgw: add rgw_obj_index_key, kill RGWObjEnt

Use rgw_obj_index_key to represent entries in bucket index (typedef of
cls_rgw_obj_key). Get rid of RGWObjEnt, it was duplicate of rgw_bucket_dir_entry
anyway.

Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
21 files changed:
src/cls/rgw/cls_rgw_types.h
src/rgw/rgw_admin.cc
src/rgw/rgw_bucket.cc
src/rgw/rgw_bucket.h
src/rgw/rgw_cache.h
src/rgw/rgw_common.h
src/rgw/rgw_cr_rados.cc
src/rgw/rgw_formats.cc
src/rgw/rgw_formats.h
src/rgw/rgw_gc.cc
src/rgw/rgw_json_enc.cc
src/rgw/rgw_lc.cc
src/rgw/rgw_op.cc
src/rgw/rgw_op.h
src/rgw/rgw_orphan.cc
src/rgw/rgw_rados.cc
src/rgw/rgw_rados.h
src/rgw/rgw_rest.cc
src/rgw/rgw_rest.h
src/rgw/rgw_rest_s3.cc
src/rgw/rgw_rest_swift.cc