[Ocfs2-commits] zab commits r2630 - trunk/fs/ocfs2/cluster

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Mon Oct 3 18:13:25 CDT 2005


Author: zab
Signed-off-by: mfasheh
Date: 2005-10-03 18:13:24 -0500 (Mon, 03 Oct 2005)
New Revision: 2630

Modified:
   trunk/fs/ocfs2/cluster/tcp_internal.h
Log:
o remove unused O2NET_MAX_CONNECT_ATTEMPTS

Signed-off-by: mfasheh


Modified: trunk/fs/ocfs2/cluster/tcp_internal.h
===================================================================
--- trunk/fs/ocfs2/cluster/tcp_internal.h	2005-10-01 00:42:08 UTC (rev 2629)
+++ trunk/fs/ocfs2/cluster/tcp_internal.h	2005-10-03 23:13:24 UTC (rev 2630)
@@ -22,8 +22,6 @@
 #ifndef O2CLUSTER_TCP_INTERNAL_H
 #define O2CLUSTER_TCP_INTERNAL_H
 
-#define O2NET_MAX_CONNECT_ATTEMPTS	5
-
 #define O2NET_MSG_MAGIC           ((u16)0xfa55)
 #define O2NET_MSG_STATUS_MAGIC    ((u16)0xfa56)
 #define O2NET_MSG_KEEP_REQ_MAGIC  ((u16)0xfa57)



More information about the Ocfs2-commits mailing list