Skip to content

Commit

Permalink
ext4: fix a doubled word "need" in a comment
Browse files Browse the repository at this point in the history
Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com>
Link: https://lore.kernel.org/r/20220605091503.12513-1-wangxiang@cdjrlc.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
  • Loading branch information
Xiang wangx authored and tytso committed Jun 18, 2022
1 parent b55c3cd commit 1f3ddff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/ext4/migrate.c
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ int ext4_ext_migrate(struct inode *inode)

/*
* Worst case we can touch the allocation bitmaps and a block
* group descriptor block. We do need need to worry about
* group descriptor block. We do need to worry about
* credits for modifying the quota inode.
*/
handle = ext4_journal_start(inode, EXT4_HT_MIGRATE,
Expand Down

0 comments on commit 1f3ddff

Please sign in to comment.