]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/client/Inode.cc
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / client / Inode.cc
index 432530bd210198c2b87af156bbfd543b8aff7886..bb93aa2f19b5523532b0196ff13f3a03ab595347 100644 (file)
@@ -443,12 +443,6 @@ void Inode::dump(Formatter *f) const
   f->dump_unsigned("flags", flags);
 
   if (is_dir()) {
-    if (!dir_contacts.empty()) {
-      f->open_object_section("dir_contants");
-      for (set<int>::iterator p = dir_contacts.begin(); p != dir_contacts.end(); ++p)
-       f->dump_int("mds", *p);
-      f->close_section();
-    }
     f->dump_int("dir_hashed", (int)dir_hashed);
     f->dump_int("dir_replicated", (int)dir_replicated);
   }