]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mds: fix typo
authorYan, Zheng <zyan@redhat.com>
Wed, 27 Jan 2016 10:14:01 +0000 (18:14 +0800)
committerYan, Zheng <zyan@redhat.com>
Mon, 7 Mar 2016 07:59:13 +0000 (15:59 +0800)
Signed-off-by: Yan, Zheng <zyan@redhat.com>
src/mds/CInode.cc

index 8041c419dea922d39a12361e97f7e6fd31ecf1bb..37766bd5a0384d304f9b66cdbc819d0199ee4a4c 100644 (file)
@@ -2143,7 +2143,7 @@ void CInode::finish_scatter_gather_update(int type)
          }
        if (all) {
          if (state_test(CInode::STATE_REPAIRSTATS)) {
-           dout(20) << " rstat mismatch, fixinga" << dendl;
+           dout(20) << " rstat mismatch, fixing" << dendl;
          } else {
            clog->error() << "unmatched rstat on " << ino() << ", inode has "
                          << pi->rstat << ", dirfrags have " << rstat << "\n";