projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be809e1
)
ext4: fix a typo in a comment
author
Christophe JAILLET
<christophe.jaillet@wanadoo.fr>
Sun, 3 May 2020 20:06:47 +0000
(22:06 +0200)
committer
Theodore Ts'o
<tytso@mit.edu>
Thu, 4 Jun 2020 03:16:50 +0000
(23:16 -0400)
s/extnets/extents/
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Link:
https://lore.kernel.org/r/20200503200647.154701-1-christophe.jaillet@wanadoo.fr
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/extents.c
patch
|
blob
|
history
diff --git
a/fs/ext4/extents.c
b/fs/ext4/extents.c
index
03b94c6
..
3ca797f
100644
(file)
--- a/
fs/ext4/extents.c
+++ b/
fs/ext4/extents.c
@@
-4503,7
+4503,7
@@
static long ext4_zero_range(struct file *file, loff_t offset,
inode_lock(inode);
/*
- * Indirect files do not support unwritten ext
ne
ts
+ * Indirect files do not support unwritten ext
en
ts
*/
if (!(ext4_test_inode_flag(inode, EXT4_INODE_EXTENTS))) {
ret = -EOPNOTSUPP;