]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rgw/rgw_etag_verifier.h
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / rgw / rgw_etag_verifier.h
index 7e2579b92c97bab95c480e4e8dc61db99f27e56f..dac6ddab5f800a12a88d3f7354b2b3be1938be22 100644 (file)
@@ -51,7 +51,7 @@ public:
 class ETagVerifier_MPU : public ETagVerifier
 {
   std::vector<uint64_t> part_ofs;
-  int cur_part_index{0}, next_part_index{1};
+  uint64_t cur_part_index{0}, next_part_index{1};
   MD5 mpu_etag_hash;
  
   void process_end_of_MPU_part();