diff options
Diffstat (limited to 'fs/btrfs/file.c')
-rw-r--r-- | fs/btrfs/file.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/btrfs/file.c b/fs/btrfs/file.c index 2be00e873e92..9a963f061393 100644 --- a/fs/btrfs/file.c +++ b/fs/btrfs/file.c | |||
@@ -3269,8 +3269,7 @@ const struct file_operations btrfs_file_operations = { | |||
3269 | #ifdef CONFIG_COMPAT | 3269 | #ifdef CONFIG_COMPAT |
3270 | .compat_ioctl = btrfs_compat_ioctl, | 3270 | .compat_ioctl = btrfs_compat_ioctl, |
3271 | #endif | 3271 | #endif |
3272 | .clone_file_range = btrfs_clone_file_range, | 3272 | .remap_file_range = btrfs_remap_file_range, |
3273 | .dedupe_file_range = btrfs_dedupe_file_range, | ||
3274 | }; | 3273 | }; |
3275 | 3274 | ||
3276 | void __cold btrfs_auto_defrag_exit(void) | 3275 | void __cold btrfs_auto_defrag_exit(void) |