Skip to content

Commit c6625a6

Browse files
committed
tools/ceph-dencoder: do not test HitSet types
as a part of the cache tiering implementation, there is no need to test the encoders and decoders of HitSet related types. we will remove related all cache tiering related code anyway. Signed-off-by: Kefu Chai <[email protected]>
1 parent bffa446 commit c6625a6

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/tools/ceph-dencoder/osd_types.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,6 @@ TYPE(ECSubWriteReply)
8282
TYPE_FEATUREFUL(ECSubRead)
8383
TYPE(ECSubReadReply)
8484

85-
#include "osd/HitSet.h"
86-
TYPE_NONDETERMINISTIC(ExplicitHashHitSet)
87-
TYPE_NONDETERMINISTIC(ExplicitObjectHitSet)
88-
TYPE(BloomHitSet)
89-
TYPE_NONDETERMINISTIC(HitSet) // because some subclasses are
90-
TYPE(HitSet::Params)
91-
9285
#include "osd/SnapMapper.h"
9386
TYPE(SnapMapper::Mapping)
9487
TYPE(SnapMapper::object_snaps)

0 commit comments

Comments
 (0)