]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd/osd_type: use f->dump_unsigned() when appropriate 42045/head
authorKefu Chai <kchai@redhat.com>
Tue, 25 May 2021 06:23:13 +0000 (14:23 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 28 Jun 2021 03:05:36 +0000 (11:05 +0800)
commit82e2c5a2cb9f28a568b08280e2d368ca807abce9
tree03edf22c2b69d8b4cbce6014f68df7bbfaee4cb4
parentad023bdd10d569be962277ef23fa5035f9219de0
osd/osd_type: use f->dump_unsigned() when appropriate

it is more explicit than `dump_stream()`, as we can not tell if dumped
variable is an integer or not by reading the code. it helps us to figure
out the scheme of the dumped object.

Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit 22128e3de697f3fdf66faf3fe3b701a3a599968f)
src/osd/osd_types.cc