]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
os/memstore: use ceph::mutex and friends
authorKefu Chai <kchai@redhat.com>
Fri, 18 Jan 2019 11:43:01 +0000 (19:43 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 23 Jan 2019 10:59:05 +0000 (18:59 +0800)
commit3a258cb1ce5f64305b0115a0b14c5cc63cef5e80
tree0b161d794e68865a75b5032dfb3da2e1873bfc42
parentd4c4082ccaa742600e93243d6e025b4ed0148cc2
os/memstore: use ceph::mutex and friends

it is another step to ditch RWLock, and paves the road to lockless
memstore which can be used by crimson-osd directly.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/os/memstore/MemStore.cc
src/os/memstore/MemStore.h