diff options
author | Trond Myklebust <trond.myklebust@primarydata.com> | 2015-02-09 03:21:27 +0300 |
---|---|---|
committer | Trond Myklebust <trond.myklebust@primarydata.com> | 2015-02-09 19:26:06 +0300 |
commit | 9e2b9f37760e129cee053cc7b6e7288acc2a7134 (patch) | |
tree | b25eeceb223b91e2be8c1cdfa829e1738e2166f0 /include/linux/sunrpc | |
parent | caf4ccd4e88cf2795c927834bc488c8321437586 (diff) | |
download | linux-9e2b9f37760e129cee053cc7b6e7288acc2a7134.tar.xz |
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 *); #define XPRT_BOUND (4) #define XPRT_BINDING (5) #define XPRT_CLOSING (6) -#define XPRT_CONNECTION_CLOSE (8) #define XPRT_CONGESTED (9) static inline void xprt_set_connected(struct rpc_xprt *xprt) |