提交 1cc8dcf5 编写于 作者: B Benoit Boissinot 提交者: Jesper Juhl

ext*: spelling fix prefered -> preferred

Spelling fix: prefered -> preferred
Signed-off-by: NBenoit Boissinot <benoit.boissinot@ens-lyon.org>
Signed-off-by: NJesper Juhl <jesper.juhl@gmail.com>
上级 c0d1f295
...@@ -253,7 +253,7 @@ static int find_group_dir(struct super_block *sb, struct inode *parent) ...@@ -253,7 +253,7 @@ static int find_group_dir(struct super_block *sb, struct inode *parent)
* it has too few free inodes left (min_inodes) or * it has too few free inodes left (min_inodes) or
* it has too few free blocks left (min_blocks) or * it has too few free blocks left (min_blocks) or
* it's already running too large debt (max_debt). * it's already running too large debt (max_debt).
* Parent's group is prefered, if it doesn't satisfy these * Parent's group is preferred, if it doesn't satisfy these
* conditions we search cyclically through the rest. If none * conditions we search cyclically through the rest. If none
* of the groups look good we just look for a group with more * of the groups look good we just look for a group with more
* free inodes than average (starting at parent's group). * free inodes than average (starting at parent's group).
......
...@@ -239,7 +239,7 @@ static Indirect *ext2_get_branch(struct inode *inode, ...@@ -239,7 +239,7 @@ static Indirect *ext2_get_branch(struct inode *inode,
* @inode: owner * @inode: owner
* @ind: descriptor of indirect block. * @ind: descriptor of indirect block.
* *
* This function returns the prefered place for block allocation. * This function returns the preferred place for block allocation.
* It is used when heuristic for sequential allocation fails. * It is used when heuristic for sequential allocation fails.
* Rules are: * Rules are:
* + if there is a block to the left of our position - allocate near it. * + if there is a block to the left of our position - allocate near it.
...@@ -283,7 +283,7 @@ static unsigned long ext2_find_near(struct inode *inode, Indirect *ind) ...@@ -283,7 +283,7 @@ static unsigned long ext2_find_near(struct inode *inode, Indirect *ind)
} }
/** /**
* ext2_find_goal - find a prefered place for allocation. * ext2_find_goal - find a preferred place for allocation.
* @inode: owner * @inode: owner
* @block: block we want * @block: block we want
* @partial: pointer to the last triple within a chain * @partial: pointer to the last triple within a chain
......
...@@ -239,7 +239,7 @@ static int find_group_dir(struct super_block *sb, struct inode *parent) ...@@ -239,7 +239,7 @@ static int find_group_dir(struct super_block *sb, struct inode *parent)
* it has too few free inodes left (min_inodes) or * it has too few free inodes left (min_inodes) or
* it has too few free blocks left (min_blocks) or * it has too few free blocks left (min_blocks) or
* it's already running too large debt (max_debt). * it's already running too large debt (max_debt).
* Parent's group is prefered, if it doesn't satisfy these * Parent's group is preferred, if it doesn't satisfy these
* conditions we search cyclically through the rest. If none * conditions we search cyclically through the rest. If none
* of the groups look good we just look for a group with more * of the groups look good we just look for a group with more
* free inodes than average (starting at parent's group). * free inodes than average (starting at parent's group).
......
...@@ -392,7 +392,7 @@ static Indirect *ext3_get_branch(struct inode *inode, int depth, int *offsets, ...@@ -392,7 +392,7 @@ static Indirect *ext3_get_branch(struct inode *inode, int depth, int *offsets,
* @inode: owner * @inode: owner
* @ind: descriptor of indirect block. * @ind: descriptor of indirect block.
* *
* This function returns the prefered place for block allocation. * This function returns the preferred place for block allocation.
* It is used when heuristic for sequential allocation fails. * It is used when heuristic for sequential allocation fails.
* Rules are: * Rules are:
* + if there is a block to the left of our position - allocate near it. * + if there is a block to the left of our position - allocate near it.
...@@ -436,12 +436,12 @@ static ext3_fsblk_t ext3_find_near(struct inode *inode, Indirect *ind) ...@@ -436,12 +436,12 @@ static ext3_fsblk_t ext3_find_near(struct inode *inode, Indirect *ind)
} }
/** /**
* ext3_find_goal - find a prefered place for allocation. * ext3_find_goal - find a preferred place for allocation.
* @inode: owner * @inode: owner
* @block: block we want * @block: block we want
* @partial: pointer to the last triple within a chain * @partial: pointer to the last triple within a chain
* *
* Normally this function find the prefered place for block allocation, * Normally this function find the preferred place for block allocation,
* returns it. * returns it.
*/ */
......
...@@ -305,7 +305,7 @@ static int find_group_dir(struct super_block *sb, struct inode *parent, ...@@ -305,7 +305,7 @@ static int find_group_dir(struct super_block *sb, struct inode *parent,
* it has too few free inodes left (min_inodes) or * it has too few free inodes left (min_inodes) or
* it has too few free blocks left (min_blocks) or * it has too few free blocks left (min_blocks) or
* it's already running too large debt (max_debt). * it's already running too large debt (max_debt).
* Parent's group is prefered, if it doesn't satisfy these * Parent's group is preferred, if it doesn't satisfy these
* conditions we search cyclically through the rest. If none * conditions we search cyclically through the rest. If none
* of the groups look good we just look for a group with more * of the groups look good we just look for a group with more
* free inodes than average (starting at parent's group). * free inodes than average (starting at parent's group).
......
...@@ -382,7 +382,7 @@ static Indirect *ext4_get_branch(struct inode *inode, int depth, ...@@ -382,7 +382,7 @@ static Indirect *ext4_get_branch(struct inode *inode, int depth,
* @inode: owner * @inode: owner
* @ind: descriptor of indirect block. * @ind: descriptor of indirect block.
* *
* This function returns the prefered place for block allocation. * This function returns the preferred place for block allocation.
* It is used when heuristic for sequential allocation fails. * It is used when heuristic for sequential allocation fails.
* Rules are: * Rules are:
* + if there is a block to the left of our position - allocate near it. * + if there is a block to the left of our position - allocate near it.
...@@ -432,12 +432,12 @@ static ext4_fsblk_t ext4_find_near(struct inode *inode, Indirect *ind) ...@@ -432,12 +432,12 @@ static ext4_fsblk_t ext4_find_near(struct inode *inode, Indirect *ind)
} }
/** /**
* ext4_find_goal - find a prefered place for allocation. * ext4_find_goal - find a preferred place for allocation.
* @inode: owner * @inode: owner
* @block: block we want * @block: block we want
* @partial: pointer to the last triple within a chain * @partial: pointer to the last triple within a chain
* *
* Normally this function find the prefered place for block allocation, * Normally this function find the preferred place for block allocation,
* returns it. * returns it.
*/ */
static ext4_fsblk_t ext4_find_goal(struct inode *inode, ext4_lblk_t block, static ext4_fsblk_t ext4_find_goal(struct inode *inode, ext4_lblk_t block,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册