RPC/RDMA: harden connection logic against missing/late rdma_cm upcalls.
[safe/jmp/linux-2.6] / include / linux / sunrpc / xprtrdma.h
index 55a5d92..54a379c 100644 (file)
@@ -66,9 +66,6 @@
 
 #define RPCRDMA_INLINE_PAD_THRESH  (512)/* payload threshold to pad (bytes) */
 
-#define RDMA_RESOLVE_TIMEOUT   (5*HZ)  /* TBD 5 seconds */
-#define RDMA_CONNECT_RETRY_MAX (2)     /* retries if no listener backlog */
-
 /* memory registration strategies */
 #define RPCRDMA_PERSISTENT_REGISTRATION (1)