]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd/osd_type: use f->dump_unsigned() when appropriate 42257/head
authorKefu Chai <kchai@redhat.com>
Tue, 25 May 2021 06:23:13 +0000 (14:23 +0800)
committerKonstantin Shalygin <k0ste@k0ste.ru>
Fri, 9 Jul 2021 05:41:08 +0000 (12:41 +0700)
commite9d970598358b1e5cd0b468813a05be93cbac06f
tree19740c06b0bf7296c4589282686c0c1ee9f1b708
parent54bff90266c0649369e90717e0c4df7b0276c9e1
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