[Ocfs2-commits] mfasheh commits r1670 - branches/dlm-glue/src

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Tue Nov 23 16:46:44 CST 2004


Author: mfasheh
Date: 2004-11-23 16:46:43 -0600 (Tue, 23 Nov 2004)
New Revision: 1670

Modified:
   branches/dlm-glue/src/vote.c
Log:
* fix up OCFS2_RESPONSE_WAIT_JIFFIES



Modified: branches/dlm-glue/src/vote.c
===================================================================
--- branches/dlm-glue/src/vote.c	2004-11-23 21:42:48 UTC (rev 1669)
+++ branches/dlm-glue/src/vote.c	2004-11-23 22:46:43 UTC (rev 1670)
@@ -434,7 +434,7 @@
 	spin_unlock(&osb->net_response_lock);
 }
 
-#define OCFS2_RESPONSE_WAIT_JIFFIES (60 * (HZ >> 1))
+#define OCFS2_RESPONSE_WAIT_JIFFIES (30 * HZ)
 static int ocfs2_wait_on_vote_responses(ocfs_super *osb,
 					ocfs2_net_wait_ctxt *w)
 {



More information about the Ocfs2-commits mailing list