]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: drop useless type conversion 19824/head
authorBingyin Zhang <zhangbingyin@cloudin.cn>
Mon, 8 Jan 2018 01:02:29 +0000 (09:02 +0800)
committerBingyin Zhang <zhangbingyin@cloudin.cn>
Mon, 8 Jan 2018 01:02:29 +0000 (09:02 +0800)
commit95bb4e93e5e1b376e28ae98190055f2de936298a
tree9924d92575ebdb4f44ba2ec33aaf8f96b2e16275
parent158f3173de63cce865b31e7ecbd461b002041457
rgw: drop useless type conversion

* variable 'max_buckets' is already 'uint64_t', so the type conversion is useless.

Signed-off-by: Bingyin Zhang <zhangbingyin@cloudin.cn>
src/rgw/rgw_op.cc