This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / linux / nfsd / xdr.h
index ecccef7..0164bd1 100644 (file)
@@ -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;
 };