SUNRPC: Fix the problem of EADDRNOTAVAIL syslog floods on reconnect
[pandora-kernel.git] / include / linux / sunrpc / xprt.h
index 1758d9f..08afe43 100644 (file)
@@ -261,6 +261,7 @@ void                        xprt_conditional_disconnect(struct rpc_xprt *xprt, unsigned int cookie);
 #define XPRT_BINDING           (5)
 #define XPRT_CLOSING           (6)
 #define XPRT_CONNECTION_ABORT  (7)
+#define XPRT_CONNECTION_CLOSE  (8)
 
 static inline void xprt_set_connected(struct rpc_xprt *xprt)
 {