diff options
Diffstat (limited to 'fs/nfs/pagelist.c')
-rw-r--r-- | fs/nfs/pagelist.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/nfs/pagelist.c b/fs/nfs/pagelist.c index 096efd73eb4c..d846d39a31ef 100644 --- a/fs/nfs/pagelist.c +++ b/fs/nfs/pagelist.c | |||
@@ -383,12 +383,12 @@ void nfs_pageio_complete(struct nfs_pageio_descriptor *desc) | |||
383 | * You must be holding the inode's req_lock when calling this function | 383 | * You must be holding the inode's req_lock when calling this function |
384 | */ | 384 | */ |
385 | int nfs_scan_list(struct nfs_inode *nfsi, struct list_head *head, | 385 | int nfs_scan_list(struct nfs_inode *nfsi, struct list_head *head, |
386 | struct list_head *dst, unsigned long idx_start, | 386 | struct list_head *dst, pgoff_t idx_start, |
387 | unsigned int npages) | 387 | unsigned int npages) |
388 | { | 388 | { |
389 | struct nfs_page *pgvec[NFS_SCAN_MAXENTRIES]; | 389 | struct nfs_page *pgvec[NFS_SCAN_MAXENTRIES]; |
390 | struct nfs_page *req; | 390 | struct nfs_page *req; |
391 | unsigned long idx_end; | 391 | pgoff_t idx_end; |
392 | int found, i; | 392 | int found, i; |
393 | int res; | 393 | int res; |
394 | 394 | ||