mirror of
https://github.com/ceph/ceph
synced 2025-02-24 11:37:37 +00:00
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:
commit
9069e1a985
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user