splice: Use filemap_splice_read() instead of generic_file_splice_read()
[linux-block.git] / fs / vboxsf / file.c
index 572aa1c43b37b9a9c47e967a8709fbe8adeba723..2307f8037efc3d3da4b6150fae4c42e125886005 100644 (file)
@@ -217,7 +217,7 @@ const struct file_operations vboxsf_reg_fops = {
        .open = vboxsf_file_open,
        .release = vboxsf_file_release,
        .fsync = noop_fsync,
-       .splice_read = generic_file_splice_read,
+       .splice_read = filemap_splice_read,
 };
 
 const struct inode_operations vboxsf_reg_iops = {