]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
tools/ceph_dedup_tool: make dedup_threshold a size_t
authorSamuel Just <sjust@redhat.com>
Fri, 6 Oct 2023 22:59:44 +0000 (15:59 -0700)
committermyoungwon oh <ohmyoungwon@gmail.com>
Thu, 2 Nov 2023 05:54:16 +0000 (05:54 +0000)
commit08d71e82a34e7ab4eb79b1c81b331e03d5437155
treeeae4dab497894073ed6def0fc3ae89cf90cbb474
parent1e4eb389ac22201b1614437ecbcb3f70bfe4d3ef
tools/ceph_dedup_tool: make dedup_threshold a size_t

It was variously an int, a uint32_t, or an ssize_t.  Standardize it to
size_t.

Signed-off-by: Samuel Just <sjust@redhat.com>
src/tools/ceph_dedup_tool.cc