|
@@ -2956,7 +2956,7 @@ const struct file_operations btrfs_file_operations = {
|
|
|
.fallocate = btrfs_fallocate,
|
|
|
.unlocked_ioctl = btrfs_ioctl,
|
|
|
#ifdef CONFIG_COMPAT
|
|
|
- .compat_ioctl = btrfs_ioctl,
|
|
|
+ .compat_ioctl = btrfs_compat_ioctl,
|
|
|
#endif
|
|
|
.copy_file_range = btrfs_copy_file_range,
|
|
|
.clone_file_range = btrfs_clone_file_range,
|