projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
027b6ca
)
sunrpc: get rid of rpc_rqst.rq_bufsize
author
Benny Halevy
<bhalevy@panasas.com>
Tue, 23 Dec 2008 21:06:13 +0000
(16:06 -0500)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Tue, 23 Dec 2008 21:06:13 +0000
(16:06 -0500)
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>
include/linux/sunrpc/xprt.h
patch
|
blob
|
history
diff --git
a/include/linux/sunrpc/xprt.h
b/include/linux/sunrpc/xprt.h
index 4d80a118d5383d073d64609c84a91249921d236c..11fc71d50c1e8aa0806eb7d9ce24cbfd291831eb 100644
(file)
--- 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