diff options
Diffstat (limited to 'fs/ext4/inode.c')
-rw-r--r-- | fs/ext4/inode.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ext4/inode.c b/fs/ext4/inode.c index 93a7e8453a68..5abf89c100b9 100644 --- a/fs/ext4/inode.c +++ b/fs/ext4/inode.c | |||
@@ -3567,6 +3567,8 @@ int ext4_punch_hole(struct file *file, loff_t offset, loff_t length) | |||
3567 | return -EOPNOTSUPP; | 3567 | return -EOPNOTSUPP; |
3568 | } | 3568 | } |
3569 | 3569 | ||
3570 | trace_ext4_punch_hole(inode, offset, length); | ||
3571 | |||
3570 | return ext4_ext_punch_hole(file, offset, length); | 3572 | return ext4_ext_punch_hole(file, offset, length); |
3571 | } | 3573 | } |
3572 | 3574 | ||