]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
osd/osd_type: use f->dump_unsigned() when appropriate
authorKefu Chai <kchai@redhat.com>
Tue, 25 May 2021 06:23:13 +0000 (14:23 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 25 May 2021 06:28:27 +0000 (14:28 +0800)
commit22128e3de697f3fdf66faf3fe3b701a3a599968f
tree95179f993938033c5388a3544cc75f85b7f8cf4f
parentc2eaaa3f238393ab8c1cac24ca050204e7fc5ed9
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>
src/osd/osd_types.cc