]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mds: remove stale debugging code
authorPatrick Donnelly <pdonnell@redhat.com>
Thu, 17 Feb 2022 19:32:53 +0000 (14:32 -0500)
committerPatrick Donnelly <pdonnell@redhat.com>
Sat, 11 Jun 2022 13:50:20 +0000 (09:50 -0400)
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
src/mds/MDBalancer.cc

index cb63f60544426e43c351e85beccf11ca832cd603..138f65fb57941281e86f8fc2f5dc9150f04d0bcb 100644 (file)
@@ -1257,7 +1257,6 @@ void MDBalancer::hit_dir(CDir *dir, int type, int who, double amount)
     double pop_sp = dir->pop_spread.get();
     dir_pop += pop_sp * 10;
 
-    //if (dir->ino() == inodeno_t(0x10000000002))
     if (pop_sp > 0) {
       dout(20) << type << " pop " << dir_pop << " spread " << pop_sp
              << " " << dir->pop_spread.last[0]