Skip to content

Commit

Permalink
ext4: fix comment typo
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
  • Loading branch information
Matthew Wilcox authored and Theodore Ts'o committed Mar 24, 2014
1 parent 94350ab commit e04027e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/ext4/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -3698,7 +3698,7 @@ void ext4_truncate(struct inode *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.
*/
if (!(inode->i_state & (I_NEW|I_FREEING)))
Expand Down

0 comments on commit e04027e

Please sign in to comment.