X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;ds=inline;f=module%2Fzfs%2Fzpl_file.c;fp=module%2Fzfs%2Fzpl_file.c;h=af46afddfbbcf0ffcc255d4b40c2ad4fa2b89424;hb=95d9fd028b9a27294a1b807915de17877563bd6d;hp=53921d1a77f68eadd4ac0413407e5fb92e41b20e;hpb=b740d602bdeca757180a7098be28701a7cde7fbd;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