]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: remove unused routine in rgw_admin 51582/head
authorMarcus Watts <mwatts@redhat.com>
Thu, 26 Aug 2021 09:08:00 +0000 (05:08 -0400)
committerMarcus Watts <mwatts@redhat.com>
Fri, 19 May 2023 05:46:27 +0000 (01:46 -0400)
commitd96cee3772c77da0ee082099a313171306fcc027
tree20632ba1aa8cbae95ba16bcd9f70f3d30ac8969f
parent0b7d7702298b3270189dc5e5b95fbedbcbe40fc1
rgw: remove unused routine in rgw_admin

Routine "dump_bi_entry" contains logic to decode rgw_bucket_dir_entry
which can contain etags to be fixed.  However, it turns out this
routine is never called, so let's just get rid of it.  (The replacement
code lives in cls land.)

Fixes: https://tracker.ceph.com/issues/61260
Signed-off-by: Marcus Watts <mwatts@redhat.com>
src/rgw/rgw_admin.cc