summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/nfsd/xdr4.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/nfsd/xdr4.h b/include/linux/nfsd/xdr4.h
index 72b7c03dfc1a..8359679908ab 100644
--- a/include/linux/nfsd/xdr4.h
+++ b/include/linux/nfsd/xdr4.h
@@ -173,6 +173,9 @@ struct nfsd4_read {
stateid_t rd_stateid; /* request */
u64 rd_offset; /* request */
u32 rd_length; /* request */
+ struct iovec rd_iov[RPCSVC_MAXPAGES];
+ int rd_vlen;
+
struct svc_rqst *rd_rqstp; /* response */
struct svc_fh * rd_fhp; /* response */
};
@@ -311,6 +314,8 @@ struct nfsd4_compoundres {
/* scratch variables for XDR encode */
u32 * p;
u32 * end;
+ struct xdr_buf * xbuf;
+ struct svc_rqst * rqstp;
u32 taglen;
char * tag;