X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Flinux%2Fnfsd%2Fxdr3.h;h=0ae9e0ef5f68c3462cff6145795d8d603ec5b633;hb=9bf4aaab3e101692164d49b7ca357651eb691cb6;hp=1240afe79da90cc6a58e0744b1faf48d7a111bc4;hpb=5273a3df6485dc2ad6aa7ddd441b9a21970f003b;p=linux-2.6.git diff --git a/include/linux/nfsd/xdr3.h b/include/linux/nfsd/xdr3.h index 1240afe79..0ae9e0ef5 100644 --- a/include/linux/nfsd/xdr3.h +++ b/include/linux/nfsd/xdr3.h @@ -33,7 +33,7 @@ struct nfsd3_readargs { struct svc_fh fh; __u64 offset; __u32 count; - struct iovec vec[RPCSVC_MAXPAGES]; + struct kvec vec[RPCSVC_MAXPAGES]; int vlen; }; @@ -43,7 +43,7 @@ struct nfsd3_writeargs { __u32 count; int stable; int len; - struct iovec vec[RPCSVC_MAXPAGES]; + struct kvec vec[RPCSVC_MAXPAGES]; int vlen; }; @@ -170,6 +170,7 @@ struct nfsd3_readdirres { u32 * buffer; int buflen; u32 * offset; + u32 * offset1; struct svc_rqst * rqstp; };