]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mds: remove duplicated words
authorLi Peng <lip@dtdream.com>
Tue, 3 May 2016 06:53:54 +0000 (14:53 +0800)
committerLi Peng <lip@dtdream.com>
Tue, 3 May 2016 06:53:54 +0000 (14:53 +0800)
Signed-off-by: Li Peng <lip@dtdream.com>
src/mds/ScrubStack.cc
src/mds/StrayManager.cc
src/mds/journal.cc
src/mds/mdstypes.h

index 7da1b4bb5093f4120fb95ff2e5bd006b4d86b15f..06fada821fcf2dd7b1fa8f96cd50851e8fd0c8f6 100644 (file)
@@ -207,7 +207,7 @@ void ScrubStack::scrub_dir_inode(CInode *in,
 
     // OK, so now I can... fire off a validate on the dir inode, and
     // when it completes, come through here again, noticing that we've
-    // set a flag to indicate the the validate happened, and 
+    // set a flag to indicate the validate happened, and 
     scrub_dir_inode_final(in);
   }
 
index e6f495926239051541c4c1c408cbf90109a043b7..c50d8ede6d8c966b6071e201843fb78721e29301 100644 (file)
@@ -222,7 +222,7 @@ void StrayManager::_purge_stray_purged(
     if (in->get_num_ref() != (int)in->is_dirty() ||
         dn->get_num_ref() != (int)dn->is_dirty() + !!in->get_num_ref() + 1/*PIN_PURGING*/) {
       // Nobody should be taking new references to an inode when it
-      // is being purged (aside from it it were 
+      // is being purged (aside from it were 
 
       derr << "Rogue reference after purge to " << *dn << dendl;
       assert(0 == "rogue reference to purging inode");
index 0f27971b1326f2259d77650161b1108f146fd0c5..e150234b6be848090fc839829082e483a80292d4 100644 (file)
@@ -3120,7 +3120,7 @@ void ENoOp::replay(MDSRank *mds)
  * @param mds
  * MDSRank instance, just used for logging
  * @param old_to_new
- * Map of old journal segment segment sequence numbers to new journal segment sequence numbers
+ * Map of old journal segment sequence numbers to new journal segment sequence numbers
  *
  * @return
  * True if the event was modified.
index e789856b36d7cb70e1ddb401383fdaf0021f3109..5eadd7ddc7f0e6e28bb892c576dfeada9a88155d 100644 (file)
@@ -35,7 +35,7 @@
 
 #define MDS_REF_SET      // define me for improved debug output, sanity checking
 //#define MDS_AUTHPIN_SET  // define me for debugging auth pin leaks
-//#define MDS_VERIFY_FRAGSTAT    // do do (slow) sanity checking on frags
+//#define MDS_VERIFY_FRAGSTAT    // do (slow) sanity checking on frags
 
 #define MDS_PORT_CACHE   0x200
 #define MDS_PORT_LOCKER  0x300