]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd_types.cc: remove hobject_t decode asserts
authorSamuel Just <sam.just@inktank.com>
Fri, 22 Jun 2012 00:08:20 +0000 (17:08 -0700)
committerSamuel Just <sam.just@inktank.com>
Fri, 22 Jun 2012 00:10:30 +0000 (17:10 -0700)
commit9fcc3dee9aca93f6069427f007befb8c06519aa7
treec4191293a087078c149166ffca06a4e97b3184e2
parent80649d08b91c951e8df2f350d67f91e85fc8ddd0
osd_types.cc: remove hobject_t decode asserts

These asserts were useful for ensuring that pool is passed
in in the correct places, but they prevent the encoder
testing from working.

Signed-off-by: Samuel Just <sam.just@inktank.com>
src/osd/osd_types.cc