mirror of
https://github.com/ceph/ceph
synced 2025-02-19 08:57:27 +00:00
Merge pull request #19675 from qrGitHub/wip-rgw-typo-complete
rgw: fix typo compete to complete Reviewed-by: Jos Collin <jcollin@redhat.com>
This commit is contained in:
commit
677955161b
@ -38,7 +38,7 @@
|
||||
static RGWMetadataHandler *bucket_meta_handler = NULL;
|
||||
static RGWMetadataHandler *bucket_instance_meta_handler = NULL;
|
||||
|
||||
// define as static when RGWBucket implementation compete
|
||||
// define as static when RGWBucket implementation completes
|
||||
void rgw_get_buckets_obj(const rgw_user& user_id, string& buckets_obj_id)
|
||||
{
|
||||
buckets_obj_id = user_id.to_str();
|
||||
|
@ -20,7 +20,7 @@
|
||||
#include "common/ceph_time.h"
|
||||
#include "rgw_formats.h"
|
||||
|
||||
// define as static when RGWBucket implementation compete
|
||||
// define as static when RGWBucket implementation completes
|
||||
extern void rgw_get_buckets_obj(const rgw_user& user_id, string& buckets_obj_id);
|
||||
|
||||
extern int rgw_bucket_store_info(RGWRados *store, const string& bucket_name, bufferlist& bl, bool exclusive,
|
||||
|
Loading…
Reference in New Issue
Block a user