]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
tweak comment wording in recover_dentries
authorJohn Spray <john.spray@redhat.com>
Tue, 13 Jan 2015 18:15:53 +0000 (18:15 +0000)
committerJohn Spray <john.spray@redhat.com>
Mon, 19 Jan 2015 14:09:34 +0000 (14:09 +0000)
src/tools/cephfs/JournalTool.cc

index 8b01b3fd841c9f6218c94ea9d2e04115881222ad..237d979203282c35d52a2fcca8a16cfdbe978083 100644 (file)
@@ -605,7 +605,7 @@ int JournalTool::scavenge_dentries(
         << frag_oid.name << " " << cpp_strerror(r) << dendl;
       write_fnode = true;
       // Note: creating the dirfrag *without* a backtrace, relying on
-      // MDS to regenerate backtraces in FSCK
+      // MDS to regenerate backtraces on read or in FSCK
     } else if (r == 0) {
       // Conditionally update existing omap header
       fnode_t old_fnode;