X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Ffuse%2Ffile.c;h=f79de7c8cdfaae3260009c86127f88ae4283cc22;hb=d9d119f12fdb14d57e96e4698ef2ec303b102ae9;hp=adf7995232b8b851250ed83839fdd5436c85c143;hpb=7dfb1716d717e41c07410bab52760d865caee12b;p=linux-2.6 diff --git a/fs/fuse/file.c b/fs/fuse/file.c index adf7995232..f79de7c8cd 100644 --- a/fs/fuse/file.c +++ b/fs/fuse/file.c @@ -802,7 +802,7 @@ static const struct file_operations fuse_file_operations = { .release = fuse_release, .fsync = fuse_fsync, .lock = fuse_file_lock, - .sendfile = generic_file_sendfile, + .splice_read = generic_file_splice_read, }; static const struct file_operations fuse_direct_io_file_operations = { @@ -814,7 +814,7 @@ static const struct file_operations fuse_direct_io_file_operations = { .release = fuse_release, .fsync = fuse_fsync, .lock = fuse_file_lock, - /* no mmap and sendfile */ + /* no mmap and splice_read */ }; static const struct address_space_operations fuse_file_aops = {