]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/DaemonServer: fix lock cycle
authorSage Weil <sage@redhat.com>
Sat, 22 Jul 2017 17:48:00 +0000 (13:48 -0400)
committerSage Weil <sage@redhat.com>
Sat, 22 Jul 2017 17:48:00 +0000 (13:48 -0400)
commitd7ba56f4214148a2378adcf47da9916a752bc7a0
tree6c7a497e5c3defeb799a7b45eb6f07557cfb08c1
parent4e6487cad46a85553505119a03a6f7362b50000a
mgr/DaemonServer: fix lock cycle

This breaks a lock cycle with DaemonState::lock and PyModules::lock.

Signed-off-by: Sage Weil <sage@redhat.com>
src/mgr/DaemonServer.cc