aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-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 86af854338b5..ae39d478a272 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_ABORT (7)
364#define XPRT_CONNECTION_CLOSE (8) 363#define XPRT_CONNECTION_CLOSE (8)
365#define XPRT_CONGESTED (9) 364#define XPRT_CONGESTED (9)
366 365