]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - fs/btrfs/file.c
Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mason...
[mirror_ubuntu-bionic-kernel.git] / fs / btrfs / file.c
index af782fdd4fcab60acf638ebec752dd205d5d998c..9f5cc1e8e126cc65c53093a0e0740d0ff0fd5f57 100644 (file)
@@ -2932,6 +2932,9 @@ const struct file_operations btrfs_file_operations = {
 #ifdef CONFIG_COMPAT
        .compat_ioctl   = btrfs_ioctl,
 #endif
+       .copy_file_range = btrfs_copy_file_range,
+       .clone_file_range = btrfs_clone_file_range,
+       .dedupe_file_range = btrfs_dedupe_file_range,
 };
 
 void btrfs_auto_defrag_exit(void)