ext4: fix comment typo
Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
This commit is contained in:
parent
94350ab5c3
commit
e04027e887
1 changed files with 1 additions and 1 deletions
|
@ -3698,7 +3698,7 @@ void ext4_truncate(struct inode *inode)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* There is a possibility that we're either freeing the inode
|
* There is a possibility that we're either freeing the inode
|
||||||
* or it completely new indode. In those cases we might not
|
* or it's a completely new inode. In those cases we might not
|
||||||
* have i_mutex locked because it's not necessary.
|
* have i_mutex locked because it's not necessary.
|
||||||
*/
|
*/
|
||||||
if (!(inode->i_state & (I_NEW|I_FREEING)))
|
if (!(inode->i_state & (I_NEW|I_FREEING)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue