SIGN IN SIGN UP

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>
K
Kefu Chai committed
25865863f8e741af73817f431aecf8e94bde697c
Parent: 29232f2