]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
Merge PR #24107 into master
authorSage Weil <sage@redhat.com>
Thu, 20 Sep 2018 19:29:55 +0000 (14:29 -0500)
committerSage Weil <sage@redhat.com>
Thu, 20 Sep 2018 19:29:55 +0000 (14:29 -0500)
commit5322f99370d629f6927b9c948522a003fc5da5bb
tree8df0de7761718a4688c13899fa15ad1e269390d7
parentcd7f2fca175b0927e888481680f4351e1d376543
parentf302558de43434099834f200058d70bfa49a17e0
Merge PR #24107 into master

* refs/pull/24107/head:
common: Lock -> lock, Unlock -> lock, TryLock -> try_lock
common: Mutex::Locker -> std::lock_guard<Mutex>
common/Mutex: typedef lock_guard<Mutex> Locker
common/Mutex: Lock -> lock, Unlock -> unlock
common/Mutex: kill mutex_perf_counter

Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>