diff options
| author | Trond Myklebust <trond.myklebust@primarydata.com> | 2015-02-08 19:21:27 -0500 |
|---|---|---|
| committer | Trond Myklebust <trond.myklebust@primarydata.com> | 2015-02-09 11:26:06 -0500 |
| commit | 9e2b9f37760e129cee053cc7b6e7288acc2a7134 (patch) | |
| tree | b25eeceb223b91e2be8c1cdfa829e1738e2166f0 /include/linux/sunrpc | |
| parent | caf4ccd4e88cf2795c927834bc488c8321437586 (diff) | |
SUNRPC: Remove the redundant XPRT_CONNECTION_CLOSE flag
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 ae39d478a272..8b93ef53df3c 100644 --- a/include/linux/sunrpc/xprt.h +++ b/include/linux/sunrpc/xprt.h | |||
| @@ -360,7 +360,6 @@ void xprt_unlock_connect(struct rpc_xprt *, void *); | |||
| 360 | #define XPRT_BOUND (4) | 360 | #define XPRT_BOUND (4) |
| 361 | #define XPRT_BINDING (5) | 361 | #define XPRT_BINDING (5) |
| 362 | #define XPRT_CLOSING (6) | 362 | #define XPRT_CLOSING (6) |
| 363 | #define XPRT_CONNECTION_CLOSE (8) | ||
| 364 | #define XPRT_CONGESTED (9) | 363 | #define XPRT_CONGESTED (9) |
| 365 | 364 | ||
| 366 | static inline void xprt_set_connected(struct rpc_xprt *xprt) | 365 | static inline void xprt_set_connected(struct rpc_xprt *xprt) |
