Merge pull request #58399 from cbodley/wip-rgw-deshard-encoding

cls/rgw: bump cls_rgw_reshard_entry decode version to match encode

Reviewed-by: Adam Emerson <aemerson@redhat.com>
This commit is contained in:
Casey Bodley 2024-07-03 15:03:34 +01:00 committed by GitHub
commit 9069e1a985
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1369,7 +1369,7 @@ struct cls_rgw_reshard_entry
}
void decode(ceph::buffer::list::const_iterator& bl) {
DECODE_START(2, bl);
DECODE_START(3, bl);
decode(time, bl);
decode(tenant, bl);
decode(bucket_name, bl);