]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
crimson/os/seastore: trade a map with a plain array
authorKefu Chai <kchai@redhat.com>
Tue, 20 Jul 2021 17:09:40 +0000 (01:09 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 20 Jul 2021 17:09:41 +0000 (01:09 +0800)
commit9e4157b39f922bdb9b14d9bf4f2563269883c4b0
treebfdda37cf7fb361b2e2b6999a6c4e329cc374ebf
parent169101e5fea0d210aea8b5b951ba8031a5e7efec
crimson/os/seastore: trade a map with a plain array

simpler this way, as we don't need a std::map<> at all.

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