aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/sunrpc/xprt.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/linux/sunrpc/xprt.h b/include/linux/sunrpc/xprt.h
index 4c074a7367..0a0ad1ce70 100644
--- a/include/linux/sunrpc/xprt.h
+++ b/include/linux/sunrpc/xprt.h
@@ -158,15 +158,6 @@ struct rpc_xprt {
158 resvport : 1; /* use a reserved port */ 158 resvport : 1; /* use a reserved port */
159 159
160 /* 160 /*
161 * State of TCP reply receive stuff
162 */
163 __be32 tcp_recm, /* Fragment header */
164 tcp_xid; /* Current XID */
165 u32 tcp_reclen, /* fragment length */
166 tcp_offset; /* fragment offset */
167 unsigned long tcp_copied, /* copied to request */
168 tcp_flags;
169 /*
170 * Connection of transports 161 * Connection of transports
171 */ 162 */
172 unsigned long connect_timeout, 163 unsigned long connect_timeout,