Commit c977a2ef authored by Benny Halevy's avatar Benny Halevy Committed by Trond Myklebust

sunrpc: get rid of rpc_rqst.rq_bufsize

rq_bufsize is not used.
Signed-off-by: default avatarMike Sager <Mike.Sager@netapp.com>
Signed-off-by: default avatarBenny Halevy <bhalevy@panasas.com>
Signed-off-by: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
parent 027b6ca0
...@@ -76,8 +76,7 @@ struct rpc_rqst { ...@@ -76,8 +76,7 @@ struct rpc_rqst {
struct list_head rq_list; struct list_head rq_list;
__u32 * rq_buffer; /* XDR encode buffer */ __u32 * rq_buffer; /* XDR encode buffer */
size_t rq_bufsize, size_t rq_callsize,
rq_callsize,
rq_rcvsize; rq_rcvsize;
struct xdr_buf rq_private_buf; /* The receive buffer struct xdr_buf rq_private_buf; /* The receive buffer
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment