]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
auth: switch from Mutex to ceph::mutex 24263/head
authorKefu Chai <kchai@redhat.com>
Tue, 25 Sep 2018 08:47:57 +0000 (16:47 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 27 Sep 2018 13:34:05 +0000 (21:34 +0800)
commit83fbd116e20809fc658cc37744f20fe580da6ef7
treec000414afaa98638f630a83d3570db14f40ef650
parent272afb9bbebfe5b4a46c56e27173680244cac73b
auth: switch from Mutex to ceph::mutex

to be aligned with our direction to use std::mutex or its wrapper. see
https://trello.com/c/aUSezBRH/365-cephmutex-etc-for-release-builds

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/auth/AuthAuthorizeHandler.cc
src/auth/AuthAuthorizeHandler.h
src/auth/cephx/CephxKeyServer.cc
src/auth/cephx/CephxKeyServer.h
src/mon/AuthMonitor.cc