]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: separate inode recovery queue from MDCache
authorJohn Spray <john.spray@redhat.com>
Thu, 17 Jul 2014 23:44:38 +0000 (00:44 +0100)
committerJohn Spray <john.spray@redhat.com>
Tue, 29 Jul 2014 21:32:05 +0000 (22:32 +0100)
commit6be80873c363bbc82889a08f84f9e2b260753902
tree668d40112b48e83b62a33d5f2659f9090e915816
parent0d70989a897bd50e591aaae0273ed2e77ae7e06b
mds: separate inode recovery queue from MDCache

Refactor to:
* have somewhere to put some logic for doing
  background recovery in future.
* trim a few lines from the oversized MDCache.cc
  whereever we can.

Signed-off-by: John Spray <john.spray@redhat.com>
src/mds/MDCache.cc
src/mds/MDCache.h
src/mds/Makefile.am
src/mds/RecoveryQueue.cc [new file with mode: 0644]
src/mds/RecoveryQueue.h [new file with mode: 0644]