summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2011-04-21 11:26:57 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2011-04-21 11:26:57 +1000
commit50aa4b5b4591239f224eb15dc10aaabc53510476 (patch)
tree805098b62a112ae7526af25df8f69d2020990e86 /include
parentbc071bfd2aee17f956e6bd41b28ce96ea0554c27 (diff)
parent8985ef0b8af895c3b85a8c1b7108e0169fcbd20b (diff)
Merge remote-tracking branch 'nfsd/nfsd-next'
Diffstat (limited to 'include')
-rw-r--r--include/linux/sunrpc/svcsock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sunrpc/svcsock.h b/include/linux/sunrpc/svcsock.h
index 04dba23c59f2..85c50b40759d 100644
--- a/include/linux/sunrpc/svcsock.h
+++ b/include/linux/sunrpc/svcsock.h
@@ -28,6 +28,7 @@ struct svc_sock {
/* private TCP part */
u32 sk_reclen; /* length of record */
u32 sk_tcplen; /* current read length */
+ struct page * sk_pages[RPCSVC_MAXPAGES]; /* received data */
};
/*