]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: fix rgw_bucket_dir_entry decode v 10918/head
authorTianshan Qu <tianshan@xsky.com>
Tue, 30 Aug 2016 06:41:37 +0000 (14:41 +0800)
committerTianshan Qu <tianshan@xsky.com>
Tue, 30 Aug 2016 06:41:37 +0000 (14:41 +0800)
Signed-off-by: Tianshan Qu <tianshan@xsky.com>
src/cls/rgw/cls_rgw_types.h

index 17697d292b704af4521da0f6059f31faf133a620..33d273ac3ea2f8be14b643b38c9a6f6267bbd9e4 100644 (file)
@@ -307,7 +307,7 @@ struct rgw_bucket_dir_entry {
     ENCODE_FINISH(bl);
   }
   void decode(bufferlist::iterator &bl) {
-    DECODE_START_LEGACY_COMPAT_LEN(6, 3, 3, bl);
+    DECODE_START_LEGACY_COMPAT_LEN(8, 3, 3, bl);
     ::decode(key.name, bl);
     ::decode(ver.epoch, bl);
     ::decode(exists, bl);