SUNRPC: Remove the redundant XPRT_CONNECTION_CLOSE flag
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
This commit is contained in:
parent
caf4ccd4e8
commit
9e2b9f3776
3 changed files with 0 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue