diff options
Diffstat (limited to 'fs/ext4')
-rw-r--r-- | fs/ext4/extents.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/ext4/extents.c b/fs/ext4/extents.c index 7011ac967208..59e6e12e0029 100644 --- a/fs/ext4/extents.c +++ b/fs/ext4/extents.c | |||
@@ -3663,8 +3663,8 @@ ext4_ext_handle_uninitialized_extents(handle_t *handle, struct inode *inode, | |||
3663 | flags, allocated); | 3663 | flags, allocated); |
3664 | ext4_ext_show_leaf(inode, path); | 3664 | ext4_ext_show_leaf(inode, path); |
3665 | 3665 | ||
3666 | trace_ext4_ext_handle_uninitialized_extents(inode, map, allocated, | 3666 | trace_ext4_ext_handle_uninitialized_extents(inode, map, flags, |
3667 | newblock); | 3667 | allocated, newblock); |
3668 | 3668 | ||
3669 | /* get_block() before submit the IO, split the extent */ | 3669 | /* get_block() before submit the IO, split the extent */ |
3670 | if ((flags & EXT4_GET_BLOCKS_PRE_IO)) { | 3670 | if ((flags & EXT4_GET_BLOCKS_PRE_IO)) { |