mirror of
https://github.com/ceph/ceph
synced 2025-02-19 08:57:27 +00:00
osd: fix decoding of legacy (v2) coll_t
It was u8, not int. Signed-off-by: Sage Weil <sage@newdream.net>
This commit is contained in:
parent
8255a6716f
commit
c2045286ca
@ -290,7 +290,7 @@ public:
|
||||
}
|
||||
|
||||
case 2: {
|
||||
int type;
|
||||
__u8 type;
|
||||
pg_t pgid;
|
||||
snapid_t snap;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user