]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: clean up uses of BucketShard::init() without info
authorCasey Bodley <cbodley@redhat.com>
Fri, 18 Dec 2020 15:22:23 +0000 (10:22 -0500)
committerAdam C. Emerson <aemerson@redhat.com>
Wed, 27 Apr 2022 17:07:52 +0000 (13:07 -0400)
commit8133cc4c3cead6a321a7f25bb894c0fbf95055da
treec56d8892d85319e3920ff6ee81c5a85601338464
parent560406d8e545aba0cfe9bd5fbc248cb5bde1b7ec
rgw: clean up uses of BucketShard::init() without info

the rgw_bucket overload of BucketShard::init() has to look up the bucket
info. use the RGWBucketInfo overload when we have one

Signed-off-by: Casey Bodley <cbodley@redhat.com>
src/rgw/rgw_admin.cc
src/rgw/rgw_bucket.cc
src/rgw/rgw_rados.cc
src/rgw/rgw_rados.h
src/rgw/rgw_reshard.cc
src/rgw/rgw_sal_rados.cc