diff options
Diffstat (limited to 'mm/filemap_xip.c')
-rw-r--r-- | mm/filemap_xip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/filemap_xip.c b/mm/filemap_xip.c index 847d5d78163e..53ee6a299635 100644 --- a/mm/filemap_xip.c +++ b/mm/filemap_xip.c | |||
@@ -252,7 +252,7 @@ static int xip_file_fault(struct vm_area_struct *area, struct vm_fault *vmf) | |||
252 | out: | 252 | out: |
253 | page_cache_get(page); | 253 | page_cache_get(page); |
254 | vmf->page = page; | 254 | vmf->page = page; |
255 | return VM_FAULT_MINOR; | 255 | return 0; |
256 | } | 256 | } |
257 | 257 | ||
258 | static struct vm_operations_struct xip_file_vm_ops = { | 258 | static struct vm_operations_struct xip_file_vm_ops = { |