]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
crimson/osd: return plain value instead of future
authorKefu Chai <kchai@redhat.com>
Thu, 17 Dec 2020 12:10:09 +0000 (20:10 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 17 Dec 2020 12:10:12 +0000 (20:10 +0800)
commit01fb646d0c930ad334f2e0c4a72bc78a665a9dfc
tree8cd36bc6d22684b09c7a237f5877abbb2cc6dbc2
parentc06d3c63f42d337c2e61bc565dd38bacc9429e90
crimson/osd: return plain value instead of future

seastar allows us to use plain value instead of a future<> when the
future is available right away.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/crimson/osd/replicated_recovery_backend.cc