Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
[deliverable/linux.git] / fs / ubifs / file.c
index ff48c5a853092e92cd6b4ef77362694ce9ba8cb5..5bc77817f382c8d527237f3a91976c4de9bf1873 100644 (file)
@@ -1536,6 +1536,7 @@ out_unlock:
 static const struct vm_operations_struct ubifs_file_vm_ops = {
        .fault        = filemap_fault,
        .page_mkwrite = ubifs_vm_page_mkwrite,
+       .remap_pages = generic_file_remap_pages,
 };
 
 static int ubifs_file_mmap(struct file *file, struct vm_area_struct *vma)
This page took 0.02372 seconds and 5 git commands to generate.