]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.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>
Fri, 20 Mar 2026 07:25:14 +0000 (12:55 +0530)
This reverts commit 1bb435d4a2a74bf49750012f12702bfa69f22800.

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

index cd0e845aa50d05257c3f3cbf2a0323adddce1171..1baa1d0ecf1aa37941ab576c6647b26106c7e5c6 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