]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
Merge PR #24133 into master
authorSage Weil <sage@redhat.com>
Sun, 23 Sep 2018 16:17:03 +0000 (11:17 -0500)
committerSage Weil <sage@redhat.com>
Sun, 23 Sep 2018 16:17:03 +0000 (11:17 -0500)
commita9816f31dd6305bf9d4942ba42c90aeccaeccc97
treeb075d4d5d4850c494b989dff28d2d1946996bfbf
parentf90edeb11043de03d6ed076b570ca22605215bc1
parent8535965ba4298537c489897ccb191a0f458d60d7
Merge PR #24133 into master

* refs/pull/24133/head:
common/Finisher: convert to ceph::mutex etc
common/ceph_mutex: ceph::{mutex,condition_variable,lock_guard}
common/mutex_debug: take const char * to ctor, and require a name
common/mutex_debug: add lockdep support for recursive_mutex_debug
common/mutex_debug: fix whitespace
common/mutex_debug: refactor to remove intermediate class
common/lockdep: add recursive flag for _will_lock
do_cmake.sh: default to Debug build
.gitignore: ignore build.*/

Reviewed-by: Casey Bodley <cbodley@redhat.com>
Reviewed-by: Kefu Chai <kchai@redhat.com>