From: John Spray Date: Tue, 13 Jan 2015 18:15:53 +0000 (+0000) Subject: tweak comment wording in recover_dentries X-Git-Tag: v0.93~251^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e2ae91fc704d4ac90ec31ed0c96da0a93a12e455;p=ceph.git tweak comment wording in recover_dentries --- diff --git a/src/tools/cephfs/JournalTool.cc b/src/tools/cephfs/JournalTool.cc index 8b01b3fd841c..237d97920328 100644 --- a/src/tools/cephfs/JournalTool.cc +++ b/src/tools/cephfs/JournalTool.cc @@ -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;