|
@@ -567,7 +567,7 @@ static void nfs_pgio_rpcsetup(struct nfs_pgio_header *hdr,
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
hdr->res.fattr = &hdr->fattr;
|
|
hdr->res.fattr = &hdr->fattr;
|
|
|
- hdr->res.count = count;
|
|
|
|
|
|
|
+ hdr->res.count = 0;
|
|
|
hdr->res.eof = 0;
|
|
hdr->res.eof = 0;
|
|
|
hdr->res.verf = &hdr->verf;
|
|
hdr->res.verf = &hdr->verf;
|
|
|
nfs_fattr_init(&hdr->fattr);
|
|
nfs_fattr_init(&hdr->fattr);
|