diff options
Diffstat (limited to 'module/zfs/zpl_file.c')
-rw-r--r-- | module/zfs/zpl_file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/zfs/zpl_file.c b/module/zfs/zpl_file.c index 332fb992e..356fa78f8 100644 --- a/module/zfs/zpl_file.c +++ b/module/zfs/zpl_file.c @@ -559,7 +559,7 @@ zpl_readpage(struct file *filp, struct page *pp) */ static int zpl_readpages(struct file *filp, struct address_space *mapping, - struct list_head *pages, unsigned nr_pages) + struct list_head *pages, unsigned nr_pages) { return (read_cache_pages(mapping, pages, (filler_t *)zpl_readpage, filp)); |