// 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);
}
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");
* @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.
#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