diff options
Diffstat (limited to 'mm/filemap.c')
-rw-r--r-- | mm/filemap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/filemap.c b/mm/filemap.c index 5357fcc4643b..4eb958c402fe 100644 --- a/mm/filemap.c +++ b/mm/filemap.c | |||
@@ -1332,7 +1332,7 @@ int filemap_fault(struct vm_area_struct *vma, struct vm_fault *vmf) | |||
1332 | struct file_ra_state *ra = &file->f_ra; | 1332 | struct file_ra_state *ra = &file->f_ra; |
1333 | struct inode *inode = mapping->host; | 1333 | struct inode *inode = mapping->host; |
1334 | struct page *page; | 1334 | struct page *page; |
1335 | unsigned long size; | 1335 | pgoff_t size; |
1336 | int did_readaround = 0; | 1336 | int did_readaround = 0; |
1337 | int ret = 0; | 1337 | int ret = 0; |
1338 | 1338 | ||