]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
crimson/osd: remove unnecessary named string for --smp value 68130/head
authorKefu Chai <k.chai@proxmox.com>
Sun, 29 Mar 2026 11:41:48 +0000 (19:41 +0800)
committerKefu Chai <k.chai@proxmox.com>
Tue, 31 Mar 2026 22:47:54 +0000 (06:47 +0800)
commitcf8eafb6851346dae8879b09b62fbdffa832d9bc
tree9953ef5aa2e5cb78c792391428c6e67c62ed22c8
parentada944b7271ec1403d116b356d8504c1a9bc50f5
crimson/osd: remove unnecessary named string for --smp value

The local variable `smp` is used only in the two immediately following
statements. Inline the fmt::format() call into emplace_back() and pass
reactor_num directly to the logger.

Signed-off-by: Kefu Chai <k.chai@proxmox.com>
src/crimson/osd/main_config_bootstrap_helpers.cc