From: Nathan Cutler Date: Thu, 13 Apr 2017 21:53:37 +0000 (+0200) Subject: rgw: cleanup: fix variable name in RGWRados::create_pool() declaration X-Git-Tag: v12.0.3~311^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4c120976ef27589a358f152aedc2b4988492c23f;p=ceph.git rgw: cleanup: fix variable name in RGWRados::create_pool() declaration The function definition was changed to RGWRados::create_pool(const rgw_pool& pool) by 66c2b0c0d66c6019e3f63148eede7802e89d3c51 but the declaration still said "bucket" instead of "pool". Signed-off-by: Nathan Cutler --- diff --git a/src/rgw/rgw_rados.h b/src/rgw/rgw_rados.h index 4a4f75c2bb53..d8c1fb7f8bc7 100644 --- a/src/rgw/rgw_rados.h +++ b/src/rgw/rgw_rados.h @@ -2513,7 +2513,7 @@ public: bool *is_truncated, RGWUsageIter& read_iter, map& usage); int trim_usage(rgw_user& user, uint64_t start_epoch, uint64_t end_epoch); - int create_pool(const rgw_pool& bucket); + int create_pool(const rgw_pool& pool); /** * create a bucket with name bucket and the given list of attrs