fs: Fix syntax errors in comments
Delete the redundant word 'not'. Link: https://lore.kernel.org/r/20220605125509.14837-1-wangxiang@cdjrlc.com Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com> Signed-off-by: Jan Kara <jack@suse.cz>
This commit is contained in:
Родитель
f2906aa863
Коммит
2aab03b867
|
@ -1549,7 +1549,7 @@ static int __ext2_write_inode(struct inode *inode, int do_sync)
|
||||||
if (IS_ERR(raw_inode))
|
if (IS_ERR(raw_inode))
|
||||||
return -EIO;
|
return -EIO;
|
||||||
|
|
||||||
/* For fields not not tracking in the in-memory inode,
|
/* For fields not tracking in the in-memory inode,
|
||||||
* initialise them to zero for new inodes. */
|
* initialise them to zero for new inodes. */
|
||||||
if (ei->i_state & EXT2_STATE_NEW)
|
if (ei->i_state & EXT2_STATE_NEW)
|
||||||
memset(raw_inode, 0, EXT2_SB(sb)->s_inode_size);
|
memset(raw_inode, 0, EXT2_SB(sb)->s_inode_size);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче