diff options
Diffstat (limited to 'include/linux/sunrpc/xprt.h')
-rw-r--r-- | include/linux/sunrpc/xprt.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/sunrpc/xprt.h b/include/linux/sunrpc/xprt.h index 6f9457a75b8f..8263f7aefedf 100644 --- a/include/linux/sunrpc/xprt.h +++ b/include/linux/sunrpc/xprt.h | |||
@@ -174,8 +174,7 @@ struct rpc_xprt { | |||
174 | /* | 174 | /* |
175 | * Connection of transports | 175 | * Connection of transports |
176 | */ | 176 | */ |
177 | unsigned long connect_timeout, | 177 | unsigned long bind_timeout, |
178 | bind_timeout, | ||
179 | reestablish_timeout; | 178 | reestablish_timeout; |
180 | unsigned int connect_cookie; /* A cookie that gets bumped | 179 | unsigned int connect_cookie; /* A cookie that gets bumped |
181 | every time the transport | 180 | every time the transport |