]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
common/Mutex: Lock -> lock, Unlock -> unlock
authorSage Weil <sage@redhat.com>
Fri, 14 Sep 2018 16:25:51 +0000 (11:25 -0500)
committerSage Weil <sage@redhat.com>
Thu, 20 Sep 2018 13:11:35 +0000 (08:11 -0500)
commit145a205c7a49d803a62f54f3bed803b11ff6ccf6
treee7d3e592ea8a8e9d78778179032080281f9eb6ce
parent03b519114e22cd91d2641cadfddf2024d1c2710d
common/Mutex: Lock -> lock, Unlock -> unlock

This aligns us with the Lockable concept, which means we can use
lock_guard<>, unique_lock<>, etc.

Signed-off-by: Sage Weil <sage@redhat.com>
src/common/Mutex.cc
src/common/Mutex.h