diff options
Diffstat (limited to 'include/linux/sunrpc/xprt.h')
-rw-r--r-- | include/linux/sunrpc/xprt.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/linux/sunrpc/xprt.h b/include/linux/sunrpc/xprt.h index 4c074a73670c..0a0ad1ce70e4 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, |