diff --git a/fs/nfs/pagelist.c b/fs/nfs/pagelist.c index d23ea74b5d20352b3bd2d39502fe7b1fcfa2ea87..9cf59e2622f8e284d6cc85742eb0dc2ecd929ef5 100644 --- a/fs/nfs/pagelist.c +++ b/fs/nfs/pagelist.c @@ -567,7 +567,7 @@ static void nfs_pgio_rpcsetup(struct nfs_pgio_header *hdr, } hdr->res.fattr = &hdr->fattr; - hdr->res.count = count; + hdr->res.count = 0; hdr->res.eof = 0; hdr->res.verf = &hdr->verf; nfs_fattr_init(&hdr->fattr);