]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
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)
commit4c120976ef27589a358f152aedc2b4988492c23f
tree5859221f03020ef1c1ae5c33d6e295ac3d8f3bb6
parent9967fceb6257ff14a83fecf5037b105ae7f1dc98
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 <ncutler@suse.com>
src/rgw/rgw_rados.h