From c6625a61e73b66b7cdd12e02b27f6bd8acfb1815 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Mon, 21 Jul 2025 18:16:48 +0800 Subject: [PATCH] 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 --- src/tools/ceph-dencoder/osd_types.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/tools/ceph-dencoder/osd_types.h b/src/tools/ceph-dencoder/osd_types.h index 082aa463add..be1e69c24ad 100644 --- a/src/tools/ceph-dencoder/osd_types.h +++ b/src/tools/ceph-dencoder/osd_types.h @@ -82,13 +82,6 @@ TYPE(ECSubWriteReply) TYPE_FEATUREFUL(ECSubRead) TYPE(ECSubReadReply) -#include "osd/HitSet.h" -TYPE_NONDETERMINISTIC(ExplicitHashHitSet) -TYPE_NONDETERMINISTIC(ExplicitObjectHitSet) -TYPE(BloomHitSet) -TYPE_NONDETERMINISTIC(HitSet) // because some subclasses are -TYPE(HitSet::Params) - #include "osd/SnapMapper.h" TYPE(SnapMapper::Mapping) TYPE(SnapMapper::object_snaps) -- 2.47.3