ext4: fix a typo in a comment
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sun, 3 May 2020 20:06:47 +0000 (22:06 +0200)
committerTheodore 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

index 03b94c6e90ccbd5d46b37fd6ee62aae62aef0eea..3ca797faa86b438b8611c616d29cce470e9a5004 100644 (file)
@@ -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;