Merge pull request #36542 from mkogan1/wip-rgw-fix-sync-stats

rgw: fix user stats iterative increment

Reviewed-by: Daniel Gryniewicz <dang@redhat.com>
This commit is contained in:
Casey Bodley 2020-09-03 10:16:29 -04:00 committed by GitHub
commit 3b01bdc692
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -214,7 +214,7 @@ int RGWRadosBucket::read_bucket_stats(optional_yield y)
int RGWRadosBucket::sync_user_stats()
{
return store->ctl()->bucket->sync_user_stats(owner->get_id(), info, &ent);
return store->ctl()->bucket->sync_user_stats(owner->get_id(), info);
}
int RGWRadosBucket::update_container_stats(void)