]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
rgw: treat config ints as 64 bit
authorJohn Spray <john.spray@redhat.com>
Tue, 11 Jul 2017 18:24:26 +0000 (14:24 -0400)
committerJohn Spray <john.spray@redhat.com>
Fri, 21 Jul 2017 10:27:26 +0000 (06:27 -0400)
commit5e8b37245e3b3420c1311c58122b88f5a0f593c3
tree483ce732650340fa8451843bde720abd04469144
parentb41dc4108e89575f67779907e236fc155d012d29
rgw: treat config ints as 64 bit

In the new world, all int config values are 64 bit.  When
doing a min() like this, need both sides in the same type.

Signed-off-by: John Spray <john.spray@redhat.com>
src/rgw/librgw.cc
src/rgw/rgw_file.cc
src/rgw/rgw_gc.cc
src/rgw/rgw_rados.cc
src/rgw/rgw_rados.h