]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mds: remove unused CDir members 33227/head
authorJun Su <howard0su@gmail.com>
Wed, 12 Feb 2020 02:59:53 +0000 (10:59 +0800)
committerJun Su <howard0su@gmail.com>
Wed, 12 Feb 2020 02:59:53 +0000 (10:59 +0800)
Signed-off-by: Jun Su <howard0su@gmail.com>
src/mds/CDir.h

index c72fb811404bcbcabf825d76311bf89e5962f933..12105a716a53d6ba8bae52dafb915a644b7d0b0d 100644 (file)
@@ -718,11 +718,6 @@ protected:
 
   elist<CInode*> pop_lru_subdirs;
 
-  // and to provide density
-  int num_dentries_nested = 0;
-  int num_dentries_auth_subtree = 0;
-  int num_dentries_auth_subtree_nested = 0;
-
   std::unique_ptr<bloom_filter> bloom; // XXX not part of mempool::mds_co
   /* If you set up the bloom filter, you must keep it accurate!
    * It's deleted when you mark_complete() and is deliberately not serialized.*/