diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2006-12-05 16:35:30 -0500 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2006-12-06 10:46:50 -0500 |
commit | 7c6e066ec29290bf062f5bff2984bad9be5809c7 (patch) | |
tree | a7b601ecc7b4ae15022145d34dea812f4de2c07b /include/linux/sunrpc/xprt.h | |
parent | c8475461829fd94f30208fbfa4eab7e5584c6495 (diff) |
SUNRPC: Move the UDP socket bufsize parameters to a private data structure
Move the socket-specific buffer size parameters for UDP sockets to a
private data structure maintained in net/sunrpc/xprtsock.c.
Signed-off-by: Chuck Lever <chuck.lever@oracle.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.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/sunrpc/xprt.h b/include/linux/sunrpc/xprt.h index 18bf72c06488..21beb56fb84c 100644 --- a/include/linux/sunrpc/xprt.h +++ b/include/linux/sunrpc/xprt.h | |||
@@ -137,9 +137,6 @@ struct rpc_xprt { | |||
137 | unsigned long cong; /* current congestion */ | 137 | unsigned long cong; /* current congestion */ |
138 | unsigned long cwnd; /* congestion window */ | 138 | unsigned long cwnd; /* congestion window */ |
139 | 139 | ||
140 | size_t rcvsize, /* transport rcv buffer size */ | ||
141 | sndsize; /* transport send buffer size */ | ||
142 | |||
143 | size_t max_payload; /* largest RPC payload size, | 140 | size_t max_payload; /* largest RPC payload size, |
144 | in bytes */ | 141 | in bytes */ |
145 | unsigned int tsh_size; /* size of transport specific | 142 | unsigned int tsh_size; /* size of transport specific |