]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd: faster versions of SnapMapper::get_legacy_prefix() & make_purged_snap_key()
authorRonen Friedman <rfriedma@redhat.com>
Thu, 4 Aug 2022 16:24:53 +0000 (16:24 +0000)
committerRonen Friedman <rfriedma@redhat.com>
Thu, 4 Aug 2022 16:25:38 +0000 (16:25 +0000)
commit2586468c8b818fdb1d4da26f862bc3f7701c4547
tree24506e82adc5676bd82e089e524db3aafcf30a06
parentf39ccb1a90a3c77be09fd752a8c59ae5478b45dc
osd: faster versions of SnapMapper::get_legacy_prefix() & make_purged_snap_key()

Using fmtlib, and treating the size of uint64_t as a known
quantity.

Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
src/osd/SnapMapper.cc