]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mds: fix typo in debug logs 38669/head
authorXiubo Li <xiubli@redhat.com>
Mon, 21 Dec 2020 02:55:46 +0000 (10:55 +0800)
committerXiubo Li <xiubli@redhat.com>
Mon, 21 Dec 2020 07:49:52 +0000 (15:49 +0800)
Signed-off-by: Xiubo Li <xiubli@redhat.com>
src/mds/CDir.cc

index 2a8ea6777b07ed7a93c7d4ae6e75207a654813d8..b78cd0096505972138e681c1c2dd036bda0c6d9e 100644 (file)
@@ -267,11 +267,11 @@ bool CDir::check_rstats(bool scrub)
   // rstat
   if (!nest_info.same_sums(fnode->rstat)) {
     dout(1) << "mismatch between child accounted_rstats and my rstats!" << dendl;
-    dout(1) << "total of child dentrys: " << nest_info << dendl;
+    dout(1) << "total of child dentries: " << nest_info << dendl;
     dout(1) << "my rstats:              " << fnode->rstat << dendl;
     good = false;
   } else {
-    dout(20) << "total of child dentrys: " << nest_info << dendl;
+    dout(20) << "total of child dentries: " << nest_info << dendl;
     dout(20) << "my rstats:              " << fnode->rstat << dendl;
   }