mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 00:48:50 +00:00
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:
parent
f2906aa863
commit
2aab03b867
1 changed files with 1 additions and 1 deletions
|
@ -1549,7 +1549,7 @@ static int __ext2_write_inode(struct inode *inode, int do_sync)
|
|||
if (IS_ERR(raw_inode))
|
||||
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. */
|
||||
if (ei->i_state & EXT2_STATE_NEW)
|
||||
memset(raw_inode, 0, EXT2_SB(sb)->s_inode_size);
|
||||
|
|
Loading…
Reference in a new issue