summaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc/xprt.h
diff options
context:
space:
mode:
authorBenny Halevy2008-12-23 22:06:13 +0100
committerTrond Myklebust2008-12-23 22:06:13 +0100
commitc977a2ef40a38c45537ad03823d0a004f06373f0 (patch)
tree66c640c46f6a434d94e1bbde6b867cbd8b73aad4 /include/linux/sunrpc/xprt.h
parentNFSv4: Fix an infinite loop in the NFS state recovery code (diff)
downloadkernel-qcow2-linux-c977a2ef40a38c45537ad03823d0a004f06373f0.tar.gz
kernel-qcow2-linux-c977a2ef40a38c45537ad03823d0a004f06373f0.tar.xz
kernel-qcow2-linux-c977a2ef40a38c45537ad03823d0a004f06373f0.zip
sunrpc: get rid of rpc_rqst.rq_bufsize
rq_bufsize is not used. Signed-off-by: Mike Sager <Mike.Sager@netapp.com> Signed-off-by: Benny Halevy <bhalevy@panasas.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'include/linux/sunrpc/xprt.h')
-rw-r--r--include/linux/sunrpc/xprt.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/sunrpc/xprt.h b/include/linux/sunrpc/xprt.h
index 4d80a118d538..11fc71d50c1e 100644
--- a/include/linux/sunrpc/xprt.h
+++ b/include/linux/sunrpc/xprt.h
@@ -76,8 +76,7 @@ struct rpc_rqst {
struct list_head rq_list;
__u32 * rq_buffer; /* XDR encode buffer */
- size_t rq_bufsize,
- rq_callsize,
+ size_t rq_callsize,
rq_rcvsize;
struct xdr_buf rq_private_buf; /* The receive buffer