]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
os/bluestore: simplify dirty shard handling in ExtentMap::update
authorSage Weil <sage@redhat.com>
Thu, 2 Feb 2017 21:05:14 +0000 (16:05 -0500)
committerSage Weil <sage@redhat.com>
Thu, 2 Feb 2017 22:25:55 +0000 (17:25 -0500)
commit96e69ee9fd5fda33cc154639d79a7408d8544dd5
tree17f25619a04b8cb41f208e694f3ba1d6161b043d
parent40db5b661443f5336c1113252b830f8cdbf0831b
os/bluestore: simplify dirty shard handling in ExtentMap::update

We can do this with a single allocation with a simple vector<>.

Signed-off-by: Sage Weil <sage@redhat.com>
src/os/bluestore/BlueStore.cc