]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
wherever: guard handle_conf_change() from concurrent execution
authorVenky Shankar <vshankar@redhat.com>
Thu, 26 Jul 2018 03:17:03 +0000 (23:17 -0400)
committerVenky Shankar <vshankar@redhat.com>
Tue, 8 Jan 2019 08:45:04 +0000 (03:45 -0500)
commit950323c44eb10d7467c0e69f502735fe11f02556
tree52f835896ff2afe3471ce3a9db7edb7bb8fd19ca
parent0943f882f5c17ae2d776a419736ba1e96a89217f
wherever: guard handle_conf_change() from concurrent execution

Signed-off-by: Venky Shankar <vshankar@redhat.com>
(cherry picked from commit aad318abc9a680d68aab96b051fb7457c8f7feac)

 Conflicts:
src/common/ceph_context.cc
src/mds/MDSDaemon.cc
src/mon/Monitor.cc
src/osd/OSD.cc
src/osdc/Objecter.cc

fix conflicts in the form of using `Mutex` in place of `ceph::mutex`
(w/ the appropriate locking/waiting/signalling semantics).
src/common/ceph_context.cc
src/mds/MDSDaemon.cc
src/mon/Monitor.cc
src/osd/OSD.cc
src/osdc/Objecter.cc