From: Orit Wasserman Date: Thu, 4 May 2017 13:21:03 +0000 (+0300) Subject: rgw: move gw_user_get_all_buckets_stats decleration above the comment X-Git-Tag: v12.1.2~206^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=fffe5afb12a96b5da4503183c78ede7891ab1d64;p=ceph.git rgw: move gw_user_get_all_buckets_stats decleration above the comment Signed-off-by: Orit Wasserman --- diff --git a/src/rgw/rgw_user.h b/src/rgw/rgw_user.h index 9c4514886896..6e173466bea5 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); /**