]> 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>
Tue, 1 Feb 2022 14:29:17 +0000 (09:29 -0500)
commitc73cc8630c13a8aa624f3c23122e1af1b5980fec
tree5dcbc03f6c094f417236a3ac080a70315d6c1add
parent903f3e7000f6fa854efed3f49228513fb1a5ce01
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