Skip to content

Commit 16e05cf

Browse files
authored
Merge pull request ceph#57777 from rzarzynski/wip-bug-66285
osd: bump versions of decoders for upmap-primary Reviewed-by: Samuel Just <[email protected]> Reviewed-by: Josh Salomon <[email protected]>
2 parents c5a5e76 + 0756b70 commit 16e05cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/osd/OSDMap.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,7 @@ void OSDMap::Incremental::decode(ceph::buffer::list::const_iterator& bl)
883883
return;
884884
}
885885
{
886-
DECODE_START(8, bl); // client-usable data
886+
DECODE_START(9, bl); // client-usable data
887887
decode(fsid, bl);
888888
decode(epoch, bl);
889889
decode(modified, bl);
@@ -3548,7 +3548,7 @@ void OSDMap::decode(ceph::buffer::list::const_iterator& bl)
35483548
* Since we made it past that hurdle, we can use our normal paths.
35493549
*/
35503550
{
3551-
DECODE_START(9, bl); // client-usable data
3551+
DECODE_START(10, bl); // client-usable data
35523552
// base
35533553
decode(fsid, bl);
35543554
decode(epoch, bl);

0 commit comments

Comments
 (0)