]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - fs/xfs/xfs_file.c
mm: implement ->map_pages for page cache
[mirror_ubuntu-artful-kernel.git] / fs / xfs / xfs_file.c
index f7abff8c16ca7361d3e32f1842ae1daed15e651e..003c0051b62fa34ce086154413095b4fbdb4317d 100644 (file)
@@ -1483,6 +1483,7 @@ const struct file_operations xfs_dir_file_operations = {
 
 static const struct vm_operations_struct xfs_file_vm_ops = {
        .fault          = filemap_fault,
+       .map_pages      = filemap_map_pages,
        .page_mkwrite   = xfs_vm_page_mkwrite,
        .remap_pages    = generic_file_remap_pages,
 };