VServer 1.9.2 (patch-2.6.8.1-vs1.9.2.diff)
[linux-2.6.git] / include / linux / nfsd / xdr.h
index 0164bd1..ecccef7 100644 (file)
@@ -30,7 +30,7 @@ struct nfsd_readargs {
        struct svc_fh           fh;
        __u32                   offset;
        __u32                   count;
-       struct iovec            vec[RPCSVC_MAXPAGES];
+       struct kvec             vec[RPCSVC_MAXPAGES];
        int                     vlen;
 };
 
@@ -38,7 +38,7 @@ struct nfsd_writeargs {
        svc_fh                  fh;
        __u32                   offset;
        int                     len;
-       struct iovec            vec[RPCSVC_MAXPAGES];
+       struct kvec             vec[RPCSVC_MAXPAGES];
        int                     vlen;
 };