Skip to content

Commit

Permalink
osd: Correct the object_info_t::decode() version
Browse files Browse the repository at this point in the history
Caused by: 13b9dc7

Fixes: ceph#13462
Backport: Hammer, Firefly

Signed-off-by: David Zafman <dzafman@redhat.com>
  • Loading branch information
dzafman committed Oct 12, 2015
1 parent 7f80bfc commit 2b7ddde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/osd/osd_types.cc
Expand Up @@ -4449,7 +4449,7 @@ void object_info_t::encode(bufferlist& bl) const
void object_info_t::decode(bufferlist::iterator& bl)
{
object_locator_t myoloc;
DECODE_START_LEGACY_COMPAT_LEN(14, 8, 8, bl);
DECODE_START_LEGACY_COMPAT_LEN(15, 8, 8, bl);
map<entity_name_t, watch_info_t> old_watchers;
::decode(soid, bl);
::decode(myoloc, bl);
Expand Down

0 comments on commit 2b7ddde

Please sign in to comment.