]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
crimson/os: print pointer using fmt::ptr()
authorKefu Chai <tchaikov@gmail.com>
Wed, 14 Dec 2022 04:45:20 +0000 (12:45 +0800)
committerKefu Chai <tchaikov@gmail.com>
Wed, 14 Dec 2022 07:23:08 +0000 (15:23 +0800)
commitfe38c3caf1121829a3efe703af9dcafd9bf02b90
treeb609e8ef9b73b22864a1b291d0babd1f30423a95
parentc10447b4f07db583ef4aa5b188cc066d3a25a755
crimson/os: print pointer using fmt::ptr()

in fmtlib v9, it does not format typed pointers anymore, instead,
we need to print them using fmt::ptr().

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
src/crimson/os/seastore/extent_placement_manager.cc