aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc
diff options
context:
space:
mode:
authorTrond Myklebust <trond.myklebust@primarydata.com>2015-02-08 19:21:27 -0500
committerTrond Myklebust <trond.myklebust@primarydata.com>2015-02-09 11:26:06 -0500
commit9e2b9f37760e129cee053cc7b6e7288acc2a7134 (patch)
treeb25eeceb223b91e2be8c1cdfa829e1738e2166f0 /include/linux/sunrpc
parentSUNRPC: Make xs_tcp_close() do a socket shutdown rather than a sock_release (diff)
downloadlinux-dev-9e2b9f37760e129cee053cc7b6e7288acc2a7134.tar.xz
linux-dev-9e2b9f37760e129cee053cc7b6e7288acc2a7134.zip
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.h1
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)