diff options
Diffstat (limited to 'fs/btrfs/inode.c')
-rw-r--r-- | fs/btrfs/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/inode.c b/fs/btrfs/inode.c index 2aaba58b4856..167fc3d49450 100644 --- a/fs/btrfs/inode.c +++ b/fs/btrfs/inode.c | |||
@@ -10184,7 +10184,7 @@ static const struct file_operations btrfs_dir_file_operations = { | |||
10184 | .iterate = btrfs_real_readdir, | 10184 | .iterate = btrfs_real_readdir, |
10185 | .unlocked_ioctl = btrfs_ioctl, | 10185 | .unlocked_ioctl = btrfs_ioctl, |
10186 | #ifdef CONFIG_COMPAT | 10186 | #ifdef CONFIG_COMPAT |
10187 | .compat_ioctl = btrfs_ioctl, | 10187 | .compat_ioctl = btrfs_compat_ioctl, |
10188 | #endif | 10188 | #endif |
10189 | .release = btrfs_release_file, | 10189 | .release = btrfs_release_file, |
10190 | .fsync = btrfs_sync_file, | 10190 | .fsync = btrfs_sync_file, |