mirror of
https://github.com/ceph/ceph
synced 2024-12-28 22:43:29 +00:00
os/bluestore: use correct bound encode size for unused
Signed-off-by: Haomai Wang <haomai@xsky.com>
This commit is contained in:
parent
66e68b32db
commit
0e7d434869
@ -519,7 +519,7 @@ public:
|
||||
denc(csum_chunk_order, p);
|
||||
denc_varint(csum_data.length(), p);
|
||||
p += csum_data.length();
|
||||
p += sizeof(unsigned long long);
|
||||
p += sizeof(unused_t);
|
||||
}
|
||||
|
||||
void encode(bufferlist::contiguous_appender& p, uint64_t struct_v) const {
|
||||
|
Loading…
Reference in New Issue
Block a user