]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: remove global Filer instance
authorJohn Spray <john.spray@redhat.com>
Mon, 29 Jun 2015 00:01:58 +0000 (01:01 +0100)
committerJohn Spray <john.spray@redhat.com>
Fri, 3 Jul 2015 10:57:45 +0000 (11:57 +0100)
commitc5ec0e1cd8b4727f3ce1de9aa79a82c3e1c0e68b
tree8acdae4f6fee643b816f7dfd1a790cda7f632cbd
parentb3f364e86c525dff1dbc9724093b4b998c1e2016
mds: remove global Filer instance

Filer is cheap and stateless, no need to share one
instance across the whole process.  Let subsystems
create their own -- one less thing in the effectively
global MDS:: namespace.

Signed-off-by: John Spray <john.spray@redhat.com>
src/mds/MDCache.cc
src/mds/MDCache.h
src/mds/MDS.cc
src/mds/MDS.h
src/mds/RecoveryQueue.cc
src/mds/RecoveryQueue.h
src/mds/StrayManager.cc
src/mds/StrayManager.h