]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: cleanup: fix variable name in RGWRados::create_pool() declaration 14547/head
authorNathan Cutler <ncutler@suse.com>
Thu, 13 Apr 2017 21:53:37 +0000 (23:53 +0200)
committerNathan Cutler <ncutler@suse.com>
Thu, 13 Apr 2017 22:01:17 +0000 (00:01 +0200)
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 <ncutler@suse.com>
src/rgw/rgw_rados.h

index 4a4f75c2bb537b3e8ad7449956e2947772b90bf2..d8c1fb7f8bc7e4abe6723e8f6634d4625f4a53fc 100644 (file)
@@ -2513,7 +2513,7 @@ public:
                  bool *is_truncated, RGWUsageIter& read_iter, map<rgw_user_bucket, rgw_usage_log_entry>& 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