Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

include/object: pass "snapid_t&" to bound_encode() #11552

Merged
merged 1 commit into from Oct 19, 2016

Conversation

tchaikov
Copy link
Contributor

otherwise the STL container's encoders will segfault when trying to
figure out the element size: they use "denc((A)nullptr, elem_size)"
to do the calculation.

Signed-off-by: Kefu Chai kchai@redhat.com

otherwise the STL container's encoders will segfault when trying to
figure out the element size: they use "denc(*(A*)nullptr, elem_size)"
to do the calculation.

Signed-off-by: Kefu Chai <kchai@redhat.com>
@ghost
Copy link

ghost commented Oct 19, 2016

[ RUN      ] ExtentMap.GarbageCollectorTest
/home/jenkins-build/build/workspace/ceph-pull-requests/src/test/objectstore/test_bluestore_types.cc:1026: Failure
Value of: b
  Actual: false
Expected: true
[  FAILED  ] ExtentMap.GarbageCollectorTest (0 ms)
[----------] 5 tests from ExtentMap (0 ms total)

jenkins test this please

@ghost
Copy link

ghost commented Oct 19, 2016

Reviewed-by: Loic Dachary <ldachary@redhat.com>

@tchaikov tchaikov merged commit 1945da3 into ceph:master Oct 19, 2016
@tchaikov tchaikov deleted the wip-fix-enc branch October 19, 2016 10:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants