aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/btrfs/file.c')
-rw-r--r--fs/btrfs/file.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/btrfs/file.c b/fs/btrfs/file.c
index c26ca54ed4de..ca7e5d4474e0 100644
--- a/fs/btrfs/file.c
+++ b/fs/btrfs/file.c
@@ -732,10 +732,10 @@ struct file_operations btrfs_file_operations = {
732 .write = btrfs_file_write, 732 .write = btrfs_file_write,
733 .mmap = btrfs_file_mmap, 733 .mmap = btrfs_file_mmap,
734 .open = generic_file_open, 734 .open = generic_file_open,
735 .ioctl = btrfs_ioctl,
736 .fsync = btrfs_sync_file, 735 .fsync = btrfs_sync_file,
736 .unlocked_ioctl = btrfs_ioctl,
737#ifdef CONFIG_COMPAT 737#ifdef CONFIG_COMPAT
738 .compat_ioctl = btrfs_compat_ioctl, 738 .compat_ioctl = btrfs_ioctl,
739#endif 739#endif
740}; 740};
741 741