]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
tools/ceph_dedup_tool: use size_t for fpstore-threshold
authorSamuel Just <sjust@redhat.com>
Fri, 6 Oct 2023 22:54:28 +0000 (15:54 -0700)
committermyoungwon oh <ohmyoungwon@gmail.com>
Thu, 2 Nov 2023 05:53:54 +0000 (05:53 +0000)
commitc841c761ce6d3ef86a4390b4e6367f72bb323fb2
tree7e9bc62604afcb48d54d74f78245d41d8da4de45
parent3e066d9d32abdcaf500c1fa90ef64735e3390f95
tools/ceph_dedup_tool: use size_t for fpstore-threshold

At various points, this value was an int, an unsigned, an ssize_t, or a
uint64_t.  Change all of these to size_t.

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