X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=fs%2Ffat%2Ffile.c;h=69a83b59dce80bdc84f1d4507e1ad74195c38690;hb=2aeaa258c0527026228c43148ec6dffdc56bea1c;hp=55d3c7461c5b9acb50b851fae64df4a68dcd3d01;hpb=e0cc09e295f346b7921e921f385fe5213472316a;p=linux-2.6-omap-h63xx.git diff --git a/fs/fat/file.c b/fs/fat/file.c index 55d3c7461c5..69a83b59dce 100644 --- a/fs/fat/file.c +++ b/fs/fat/file.c @@ -134,7 +134,7 @@ const struct file_operations fat_file_operations = { .release = fat_file_release, .ioctl = fat_generic_ioctl, .fsync = file_fsync, - .sendfile = generic_file_sendfile, + .splice_read = generic_file_splice_read, }; static int fat_cont_expand(struct inode *inode, loff_t size)