Commit 1f3ddff3 authored by Xiang wangx's avatar Xiang wangx Committed by Theodore Ts'o

ext4: fix a doubled word "need" in a comment

Signed-off-by: default avatarXiang wangx <wangxiang@cdjrlc.com>
Link: https://lore.kernel.org/r/20220605091503.12513-1-wangxiang@cdjrlc.comSigned-off-by: default avatarTheodore Ts'o <tytso@mit.edu>
parent b55c3cd1
...@@ -438,7 +438,7 @@ int ext4_ext_migrate(struct inode *inode) ...@@ -438,7 +438,7 @@ int ext4_ext_migrate(struct inode *inode)
/* /*
* Worst case we can touch the allocation bitmaps and a block * 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. * credits for modifying the quota inode.
*/ */
handle = ext4_journal_start(inode, EXT4_HT_MIGRATE, handle = ext4_journal_start(inode, EXT4_HT_MIGRATE,
......
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