Skip to content

Commit c5ea719

Browse files
committed
cls/rgw: bump cls_rgw_reshard_entry decode version to match encode
9302fbb bumped the version in ENCODE_START() but missed DECODE_START(). i don't think that would cause any decode failures, unless we later raise ENCODE_START's compat_v above 2 Signed-off-by: Casey Bodley <[email protected]>
1 parent da013ee commit c5ea719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cls/rgw/cls_rgw_types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1369,7 +1369,7 @@ struct cls_rgw_reshard_entry
13691369
}
13701370

13711371
void decode(ceph::buffer::list::const_iterator& bl) {
1372-
DECODE_START(2, bl);
1372+
DECODE_START(3, bl);
13731373
decode(time, bl);
13741374
decode(tenant, bl);
13751375
decode(bucket_name, bl);

0 commit comments

Comments
 (0)