]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: move gw_user_get_all_buckets_stats decleration above the comment 14287/head
authorOrit Wasserman <owasserm@redhat.com>
Thu, 4 May 2017 13:21:03 +0000 (16:21 +0300)
committerOrit Wasserman <owasserm@redhat.com>
Thu, 4 May 2017 13:21:03 +0000 (16:21 +0300)
Signed-off-by: Orit Wasserman <owasserm@redhat.com>
src/rgw/rgw_user.h

index 9c45148868964747ff8a3c3182b1406b2b9ddcad..6e173466bea5c6e8d1b90dc94dfa3759a5d77bd1 100644 (file)
@@ -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<string, cls_user_bucket_entry>&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<string, cls_user_bucket_entry>&buckets_usage_map);
-
 extern void rgw_get_anon_user(RGWUserInfo& info);
 
 /**