]> Pileus Git - ~andy/linux/blobdiff - mm/filemap_xip.c
NFSv4: Try to recover from getfh failures in nfs4_xdr_dec_open
[~andy/linux] / mm / filemap_xip.c
index 847d5d78163e4a4de5c26051839ac64c3a6ee227..53ee6a299635bb4c07aa3d5200a861d5d78e8c5d 100644 (file)
@@ -252,7 +252,7 @@ static int xip_file_fault(struct vm_area_struct *area, struct vm_fault *vmf)
 out:
        page_cache_get(page);
        vmf->page = page;
-       return VM_FAULT_MINOR;
+       return 0;
 }
 
 static struct vm_operations_struct xip_file_vm_ops = {