From fffe5afb12a96b5da4503183c78ede7891ab1d64 Mon Sep 17 00:00:00 2001 From: Orit Wasserman Date: Thu, 4 May 2017 16:21:03 +0300 Subject: [PATCH] rgw: move gw_user_get_all_buckets_stats decleration above the comment Signed-off-by: Orit Wasserman --- src/rgw/rgw_user.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/rgw/rgw_user.h b/src/rgw/rgw_user.h index 9c451488689..6e173466bea 100644 --- a/src/rgw/rgw_user.h +++ b/src/rgw/rgw_user.h @@ -50,12 +50,11 @@ struct RGWUID WRITE_CLASS_ENCODER(RGWUID) extern int rgw_user_sync_all_stats(RGWRados *store, const rgw_user& user_id); +extern int rgw_user_get_all_buckets_stats(RGWRados *store, const rgw_user& user_id, map&buckets_usage_map); + /** * Get the anonymous (ie, unauthenticated) user info. */ - -extern int rgw_user_get_all_buckets_stats(RGWRados *store, const rgw_user& user_id, map&buckets_usage_map); - extern void rgw_get_anon_user(RGWUserInfo& info); /** -- 2.47.3