aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/fuse/file.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/fuse/file.c b/fs/fuse/file.c
index 3e9e57c765f7..c86266d4eac3 100644
--- a/fs/fuse/file.c
+++ b/fs/fuse/file.c
@@ -3181,6 +3181,7 @@ static const struct file_operations fuse_direct_io_file_operations = {
3181 .compat_ioctl = fuse_file_compat_ioctl, 3181 .compat_ioctl = fuse_file_compat_ioctl,
3182 .poll = fuse_file_poll, 3182 .poll = fuse_file_poll,
3183 .fallocate = fuse_file_fallocate, 3183 .fallocate = fuse_file_fallocate,
3184 .copy_file_range = fuse_copy_file_range,
3184}; 3185};
3185 3186
3186static const struct address_space_operations fuse_file_aops = { 3187static const struct address_space_operations fuse_file_aops = {