summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_file.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/xfs_file.c')
-rw-r--r--fs/xfs/xfs_file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_file.c b/fs/xfs/xfs_file.c
index 18b244875c58..1b007f1ec18b 100644
--- a/fs/xfs/xfs_file.c
+++ b/fs/xfs/xfs_file.c
@@ -1106,7 +1106,7 @@ xfs_file_fallocate(
*/
unsigned int blksize = i_blocksize(inode);
- trace_xfs_zero_file_space(ip);
+ trace_xfs_zero_file_space(ip, offset, len);
/* Unshare around the region to zero, if needed. */
if (xfs_inode_needs_cow_around(ip)) {