Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e04027e8 authored by Matthew Wilcox's avatar Matthew Wilcox Committed by Theodore Ts'o
Browse files

ext4: fix comment typo

parent 94350ab5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)))