]> Pileus Git - ~andy/linux/blobdiff - mm/nommu.c
NFSv4: Try to recover from getfh failures in nfs4_xdr_dec_open
[~andy/linux] / mm / nommu.c
index 8bbbf147a79421fd59d5c616266a74b5142232e6..1b105d28949f5bf407d30b32007ecdbb95b9452e 100644 (file)
@@ -1341,11 +1341,10 @@ int in_gate_area_no_task(unsigned long addr)
        return 0;
 }
 
-struct page *filemap_nopage(struct vm_area_struct *area,
-                       unsigned long address, int *type)
+int filemap_fault(struct vm_area_struct *vma, struct vm_fault *vmf)
 {
        BUG();
-       return NULL;
+       return 0;
 }
 
 /*