projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94350ab
)
ext4: fix comment typo
author
Matthew Wilcox
<matthew.r.wilcox@intel.com>
Mon, 24 Mar 2014 19:15:07 +0000
(15:15 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Mon, 24 Mar 2014 19:15:07 +0000
(15:15 -0400)
Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/inode.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/ext4/inode.c
b/fs/ext4/inode.c
index f03a9e7094bc9d619029324c74dc2a719b14a44e..0171c19a5467e12f38af38368be7e450dd4c04d4 100644
(file)
--- a/
fs/ext4/inode.c
+++ b/
fs/ext4/inode.c
@@
-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 ind
ode. In those cases we might not
+ * or it
's a completely new in
ode. In those cases we might not
* have i_mutex locked because it's not necessary.
*/
if (!(inode->i_state & (I_NEW|I_FREEING)))