]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
crimson/osd: drop redundant trailing co_return in pg_advance_map 68876/head
authorKefu Chai <k.chai@proxmox.com>
Wed, 13 May 2026 04:32:33 +0000 (12:32 +0800)
committerKefu Chai <k.chai@proxmox.com>
Wed, 13 May 2026 04:33:43 +0000 (12:33 +0800)
commit25865863f8e741af73817f431aecf8e94bde697c
treeb947135cb875f738f9cb6c6d234d9743392b2c4c
parent29232f2a8de4a6184ac90e1f093ce51372a0d1db
crimson/osd: drop redundant trailing co_return in pg_advance_map

check_for_splits() and split_pg() both ended with a bare co_return
that the compiler inserts implicitly for a coroutine returning
seastar::future<>. Remove the redundant statements.

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