]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
mds: remove unimplemented function
authorPatrick Donnelly <pdonnell@redhat.com>
Tue, 11 Apr 2017 18:59:28 +0000 (14:59 -0400)
committerPatrick Donnelly <pdonnell@redhat.com>
Tue, 11 Apr 2017 20:01:36 +0000 (16:01 -0400)
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
src/mds/MDBalancer.h

index da2f02b99d152d4170b1b2bcd77ea7045459b124..b62b0bea0565f69d1bd6a5ecc92f3e3f9d46e185 100644 (file)
@@ -70,7 +70,6 @@ public:
 
   void hit_inode(utime_t now, CInode *in, int type, int who=-1);
   void hit_dir(utime_t now, CDir *dir, int type, int who=-1, double amount=1.0);
-  void hit_recursive(utime_t now, CDir *dir, int type, double amount, double rd_adj);
 
   void queue_split(const CDir *dir, bool fast);
   void queue_merge(CDir *dir);