]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
common/scrub,osd/scrub: minor cleanups to ScrubStore
authorRonen Friedman <rfriedma@redhat.com>
Mon, 23 Sep 2024 13:51:22 +0000 (08:51 -0500)
committerRonen Friedman <rfriedma@redhat.com>
Thu, 10 Oct 2024 16:29:20 +0000 (11:29 -0500)
commit031580fb662f35daacf61a8aa2a4b4f3b32b7b6b
tree4d9d73cc87ddb1a94d6b9108c36c2c7705d5a1b2
parent283f4c258641f86d3de3431bfdfba31856387ea6
common/scrub,osd/scrub: minor cleanups to ScrubStore

Including:
- introducing 'no out param' encode() for the inconsistent wrappers;
- renaming the ambiguous 'empty()' to 'is_empty()';
- removing unused code;
- a few other minor cleanups.

Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
src/common/scrub_types.cc
src/common/scrub_types.h
src/osd/scrubber/ScrubStore.cc
src/osd/scrubber/ScrubStore.h