]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: extract beacon state from MDS lock
authorJohn Spray <john.spray@redhat.com>
Thu, 21 Aug 2014 16:54:55 +0000 (17:54 +0100)
committerJohn Spray <john.spray@redhat.com>
Tue, 2 Sep 2014 13:06:24 +0000 (14:06 +0100)
commit17d547ed3e891192175a673d762fe04a06ac085b
tree7769e44c18d8550876f4e314efda820dc6fd028f
parente69f3214d1c612ec2b1275aecd02265f6d345d42
mds: extract beacon state from MDS lock

For clarity, give it its own class for the
state protected by the separate lock too.

Fixes: #9152
Signed-off-by: John Spray <john.spray@redhat.com>
src/mds/Beacon.cc [new file with mode: 0644]
src/mds/Beacon.h [new file with mode: 0644]
src/mds/MDS.cc
src/mds/MDS.h
src/mds/Makefile.am
src/mds/Server.cc