]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: s/MDS/MDSDaemon/ for clarity
authorJohn Spray <john.spray@redhat.com>
Mon, 13 Jul 2015 09:15:40 +0000 (10:15 +0100)
committerJohn Spray <john.spray@redhat.com>
Tue, 28 Jul 2015 08:05:08 +0000 (09:05 +0100)
commitede621dad000fbf69834ab0bfe22cc11f308b270
tree62ee9f0897c62dcc1785856c78dd53e532622ece
parente280f72993b69b938acac46cc26c7eb28b93340c
mds: s/MDS/MDSDaemon/ for clarity

It's now a bit confusing to have a class just called "MDS" --
rename it to MDSDaemon to make the distinction clear between
this and MDSRank.

It's easy because there are hardly any references to it now!  This
patch also clears up a few stray references that were no longer
needed in OSDMap and Messenger.

Signed-off-by: John Spray <john.spray@redhat.com>
src/ceph_mds.cc
src/mds/MDS.cc [deleted file]
src/mds/MDS.h [deleted file]
src/mds/MDSDaemon.cc [new file with mode: 0644]
src/mds/MDSDaemon.h [new file with mode: 0644]
src/mds/MDSRank.cc
src/mds/MDSRank.h
src/mds/Makefile-server.am
src/mds/Makefile.am
src/msg/Messenger.h
src/osd/OSDMap.h