]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
Revert "mds: Log referent_inodes list with CInode"
authorVenky Shankar <vshankar@redhat.com>
Tue, 18 Mar 2025 09:02:40 +0000 (09:02 +0000)
committerVenky Shankar <vshankar@redhat.com>
Thu, 12 Feb 2026 04:50:54 +0000 (10:20 +0530)
This reverts commit 1bb435d4a2a74bf49750012f12702bfa69f22800.

Signed-off-by: Venky Shankar <vshankar@redhat.com>
src/mds/CInode.cc

index 8394471e2725b2b87774a69a35a4e9430f3cf219..3f8b04c6437b3347c8885f405c8073175067d9a3 100644 (file)
@@ -233,10 +233,8 @@ ostream& operator<<(ostream& out, const CInode& in)
     }
   } else {
     out << " s=" << in.get_inode()->size;
-    if (in.get_inode()->nlink != 1) {
+    if (in.get_inode()->nlink != 1)
       out << " nl=" << in.get_inode()->nlink;
-      out << " referent_inodes=" << std::hex << in.get_inode()->referent_inodes;
-    }
   }
 
   // rstat