diff options
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 |