]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
crimson/osd: avoid unnecessary co_await make_ready_future call
authorKefu Chai <k.chai@proxmox.com>
Fri, 12 Jun 2026 08:28:57 +0000 (16:28 +0800)
committerKefu Chai <k.chai@proxmox.com>
Wed, 17 Jun 2026 10:54:08 +0000 (18:54 +0800)
commit15be0e2d3b04ce6435e910d6551546e72024252b
tree1f6bc752b6a7c3bae35d42aa3feb4ffb59707079
parent8e7fc84fef10abe1754df7515292b1352e3e7b2b
crimson/osd: avoid unnecessary co_await make_ready_future call

no need to create a future then co_await it. let's just co_return
it.

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