diff options
author | Trond Myklebust <trond.myklebust@primarydata.com> | 2015-02-08 15:34:28 -0500 |
---|---|---|
committer | Trond Myklebust <trond.myklebust@primarydata.com> | 2015-02-08 21:47:30 -0500 |
commit | 4efdd92c921135175a85452cd41273d9e2788db3 (patch) | |
tree | 93f7a3e5c6a3fe628df46eb776a35ead8b56e515 /include/linux/sunrpc | |
parent | de84d89030fa4efa44c02c96c8b4a8176042c4ff (diff) |
SUNRPC: Remove TCP client connection reset hack
Instead we rely on SO_REUSEPORT to provide the reconnection semantics
that we need for NFSv2/v3.
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Diffstat (limited to 'include/linux/sunrpc')
-rw-r--r-- | include/linux/sunrpc/xprt.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/sunrpc/xprt.h b/include/linux/sunrpc/xprt.h index 2926e618dbc6..86af854338b5 100644 --- a/include/linux/sunrpc/xprt.h +++ b/include/linux/sunrpc/xprt.h | |||
@@ -363,7 +363,6 @@ void xprt_unlock_connect(struct rpc_xprt *, void *); | |||
363 | #define XPRT_CONNECTION_ABORT (7) | 363 | #define XPRT_CONNECTION_ABORT (7) |
364 | #define XPRT_CONNECTION_CLOSE (8) | 364 | #define XPRT_CONNECTION_CLOSE (8) |
365 | #define XPRT_CONGESTED (9) | 365 | #define XPRT_CONGESTED (9) |
366 | #define XPRT_CONNECTION_REUSE (10) | ||
367 | 366 | ||
368 | static inline void xprt_set_connected(struct rpc_xprt *xprt) | 367 | static inline void xprt_set_connected(struct rpc_xprt *xprt) |
369 | { | 368 | { |