Commit b483bb77 authored by Randy Dunlap's avatar Randy Dunlap Committed by Theodore Ts'o

ext4: delete duplicated words + other fixes

Delete repeated words in fs/ext4/.
{the, this, of, we, after}

Also change spelling of "xttr" in inline.c to "xattr" in 2 places.
Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Reviewed-by: default avatarJan Kara <jack@suse.cz>
Link: https://lore.kernel.org/r/20200805024850.12129-1-rdunlap@infradead.orgSigned-off-by: default avatarTheodore Ts'o <tytso@mit.edu>
parent 766ef1e1
...@@ -4023,7 +4023,7 @@ static int get_implied_cluster_alloc(struct super_block *sb, ...@@ -4023,7 +4023,7 @@ static int get_implied_cluster_alloc(struct super_block *sb,
* down_read(&EXT4_I(inode)->i_data_sem) if not allocating file system block * down_read(&EXT4_I(inode)->i_data_sem) if not allocating file system block
* (ie, create is zero). Otherwise down_write(&EXT4_I(inode)->i_data_sem) * (ie, create is zero). Otherwise down_write(&EXT4_I(inode)->i_data_sem)
* *
* return > 0, number of of blocks already mapped/allocated * return > 0, number of blocks already mapped/allocated
* if create == 0 and these are pre-allocated blocks * if create == 0 and these are pre-allocated blocks
* buffer head is unmapped * buffer head is unmapped
* otherwise blocks are mapped * otherwise blocks are mapped
......
...@@ -1033,7 +1033,7 @@ static void ext4_free_branches(handle_t *handle, struct inode *inode, ...@@ -1033,7 +1033,7 @@ static void ext4_free_branches(handle_t *handle, struct inode *inode,
brelse(bh); brelse(bh);
/* /*
* Everything below this this pointer has been * Everything below this pointer has been
* released. Now let this top-of-subtree go. * released. Now let this top-of-subtree go.
* *
* We want the freeing of this indirect block to be * We want the freeing of this indirect block to be
......
...@@ -354,7 +354,7 @@ static int ext4_update_inline_data(handle_t *handle, struct inode *inode, ...@@ -354,7 +354,7 @@ static int ext4_update_inline_data(handle_t *handle, struct inode *inode,
if (error) if (error)
goto out; goto out;
/* Update the xttr entry. */ /* Update the xattr entry. */
i.value = value; i.value = value;
i.value_len = len; i.value_len = len;
......
...@@ -2785,7 +2785,7 @@ static int ext4_writepages(struct address_space *mapping, ...@@ -2785,7 +2785,7 @@ static int ext4_writepages(struct address_space *mapping,
* ext4_journal_stop() can wait for transaction commit * ext4_journal_stop() can wait for transaction commit
* to finish which may depend on writeback of pages to * to finish which may depend on writeback of pages to
* complete or on page lock to be released. In that * complete or on page lock to be released. In that
* case, we have to wait until after after we have * case, we have to wait until after we have
* submitted all the IO, released page locks we hold, * submitted all the IO, released page locks we hold,
* and dropped io_end reference (for extent conversion * and dropped io_end reference (for extent conversion
* to be able to complete) before stopping the handle. * to be able to complete) before stopping the handle.
......
...@@ -124,7 +124,7 @@ ...@@ -124,7 +124,7 @@
* /sys/fs/ext4/<partition>/mb_group_prealloc. The value is represented in * /sys/fs/ext4/<partition>/mb_group_prealloc. The value is represented in
* terms of number of blocks. If we have mounted the file system with -O * terms of number of blocks. If we have mounted the file system with -O
* stripe=<value> option the group prealloc request is normalized to the * stripe=<value> option the group prealloc request is normalized to the
* the smallest multiple of the stripe value (sbi->s_stripe) which is * smallest multiple of the stripe value (sbi->s_stripe) which is
* greater than the default mb_group_prealloc. * greater than the default mb_group_prealloc.
* *
* The regular allocator (using the buddy cache) supports a few tunables. * The regular allocator (using the buddy cache) supports a few tunables.
...@@ -2019,7 +2019,7 @@ void ext4_mb_complex_scan_group(struct ext4_allocation_context *ac, ...@@ -2019,7 +2019,7 @@ void ext4_mb_complex_scan_group(struct ext4_allocation_context *ac,
/* /*
* IF we have corrupt bitmap, we won't find any * IF we have corrupt bitmap, we won't find any
* free blocks even though group info says we * free blocks even though group info says we
* we have free blocks * have free blocks
*/ */
ext4_grp_locked_error(sb, e4b->bd_group, 0, 0, ext4_grp_locked_error(sb, e4b->bd_group, 0, 0,
"%d free clusters as per " "%d free clusters as per "
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment