ext4: fix a typo in a comment
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>
This commit is contained in:
parent
be809e1274
commit
80dd4978dd
@ -4503,7 +4503,7 @@ static long ext4_zero_range(struct file *file, loff_t offset,
|
||||
inode_lock(inode);
|
||||
|
||||
/*
|
||||
* Indirect files do not support unwritten extnets
|
||||
* Indirect files do not support unwritten extents
|
||||
*/
|
||||
if (!(ext4_test_inode_flag(inode, EXT4_INODE_EXTENTS))) {
|
||||
ret = -EOPNOTSUPP;
|
||||
|
Loading…
Reference in New Issue
Block a user