]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - mm/nommu.c
mm: fault feedback #1
[linux-2.6-omap-h63xx.git] / mm / nommu.c
index aee0e1b0ebe7bf3bc97fcc9bcb6aabc902c10288..1b105d28949f5bf407d30b32007ecdbb95b9452e 100644 (file)
@@ -1341,10 +1341,10 @@ int in_gate_area_no_task(unsigned long addr)
        return 0;
 }
 
-struct page *filemap_fault(struct vm_area_struct *vma, struct fault_data *fdata)
+int filemap_fault(struct vm_area_struct *vma, struct vm_fault *vmf)
 {
        BUG();
-       return NULL;
+       return 0;
 }
 
 /*