X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=module%2Fzfs%2Fzpl_file.c;h=af46afddfbbcf0ffcc255d4b40c2ad4fa2b89424;hb=e45aa452988f721e458fa3abe54669bdf9377352;hp=53921d1a77f68eadd4ac0413407e5fb92e41b20e;hpb=f3ab88d6461dec46dea240763843f66300facfab;p=zfs.git diff --git a/module/zfs/zpl_file.c b/module/zfs/zpl_file.c index 53921d1..af46afd 100644 --- a/module/zfs/zpl_file.c +++ b/module/zfs/zpl_file.c @@ -305,7 +305,8 @@ static int zpl_readpages(struct file *filp, struct address_space *mapping, struct list_head *pages, unsigned nr_pages) { - return (read_cache_pages(mapping, pages, zpl_readpage, filp)); + return (read_cache_pages(mapping, pages, + (filler_t *)zpl_readpage, filp)); } int