Commit 80dd4978 authored by Christophe JAILLET's avatar Christophe JAILLET Committed by Theodore Ts'o
parent be809e12
...@@ -4503,7 +4503,7 @@ static long ext4_zero_range(struct file *file, loff_t offset, ...@@ -4503,7 +4503,7 @@ static long ext4_zero_range(struct file *file, loff_t offset,
inode_lock(inode); 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))) { if (!(ext4_test_inode_flag(inode, EXT4_INODE_EXTENTS))) {
ret = -EOPNOTSUPP; ret = -EOPNOTSUPP;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment