Skip to content

Commit

Permalink
sunrpc: get rid of rpc_rqst.rq_bufsize
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Benny Halevy authored and Trond Myklebust committed Dec 23, 2008
1 parent 027b6ca commit c977a2e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/linux/sunrpc/xprt.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c977a2e

Please sign in to comment.