X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Flinux%2Fnfsd%2Fxdr.h;h=0164bd1fc1097225b4a5d9754ada7367bc185a9f;hb=1be35e94e1da3669db492995cd2c8b1a37016b11;hp=ecccef777dae357ff10aaf6d21e744b1a0108295;hpb=a91482bdcc2e0f6035702e46f1b99043a0893346;p=linux-2.6.git diff --git a/include/linux/nfsd/xdr.h b/include/linux/nfsd/xdr.h index ecccef777..0164bd1fc 100644 --- a/include/linux/nfsd/xdr.h +++ b/include/linux/nfsd/xdr.h @@ -30,7 +30,7 @@ struct nfsd_readargs { struct svc_fh fh; __u32 offset; __u32 count; - struct kvec vec[RPCSVC_MAXPAGES]; + struct iovec vec[RPCSVC_MAXPAGES]; int vlen; }; @@ -38,7 +38,7 @@ struct nfsd_writeargs { svc_fh fh; __u32 offset; int len; - struct kvec vec[RPCSVC_MAXPAGES]; + struct iovec vec[RPCSVC_MAXPAGES]; int vlen; };