From: dongdong tao Date: Thu, 11 Jan 2018 03:29:54 +0000 (+0800) Subject: mds: fix some typo X-Git-Tag: v13.0.2~493^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=b233cbcc20b5ad67f702cda2cbfe26a9bca5a2ea;p=ceph.git mds: fix some typo Signed-off-by: dongdong tao --- diff --git a/src/mds/ScrubStack.h b/src/mds/ScrubStack.h index 848efdc841f7e..59d84be9d2f99 100644 --- a/src/mds/ScrubStack.h +++ b/src/mds/ScrubStack.h @@ -31,7 +31,7 @@ protected: /// A finisher needed so that we don't re-enter kick_off_scrubs Finisher *finisher; - /// The stack of dentries we want to scrub + /// The stack of inodes we want to scrub elist inode_stack; /// current number of dentries we're actually scrubbing int scrubs_in_progress; @@ -100,7 +100,7 @@ private: */ void kick_off_scrubs(); /** - * Push a indoe on top of the stack. + * Push a inode on top of the stack. */ inline void push_inode(CInode *in); /** @@ -114,7 +114,7 @@ private: /** * Scrub a file inode. - * @param in The indoe to scrub + * @param in The inode to scrub */ void scrub_file_inode(CInode *in); @@ -142,7 +142,7 @@ private: * 4) If all dirfrags have been scrubbed, scrub my inode. * * @param in The CInode to scrub as a directory - * @param added_dentries set to true if we pushed some of our children + * @param added_children set to true if we pushed some of our children * onto the ScrubStack * @param is_terminal set to true if there are no descendant dentries * remaining to start scrubbing.