]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
crimson/os/alienstore: create tuple in-place
authorKefu Chai <kchai@redhat.com>
Wed, 12 May 2021 03:50:49 +0000 (11:50 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 12 May 2021 03:50:50 +0000 (11:50 +0800)
commitdac0d7a0ac7ced678cc82160fe7a186b2b9c23ee
treef913e9a1fc42838249dc98d97e44dcad905e5499
parent82ae81847dfa2e45d4d49a3ba6c077b0a135da11
crimson/os/alienstore: create tuple in-place

no need to use make_tuple<> when constructing a future whose value is
available. as future<> can be constructed by perfect forwarding the
parameters to its state constructor.

also, wrap the lines whose length is over 80 chars.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/crimson/os/alienstore/alien_store.cc