[Ocfs2-commits] mfasheh commits r1771 - trunk/cluster

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu Jan 13 19:19:27 CST 2005


Author: mfasheh
Date: 2005-01-13 19:19:25 -0600 (Thu, 13 Jan 2005)
New Revision: 1771

Modified:
   trunk/cluster/dlmmod.h
Log:
* lets make our start at zero explicit



Modified: trunk/cluster/dlmmod.h
===================================================================
--- trunk/cluster/dlmmod.h	2005-01-14 01:12:20 UTC (rev 1770)
+++ trunk/cluster/dlmmod.h	2005-01-14 01:19:25 UTC (rev 1771)
@@ -126,7 +126,7 @@
 }
 
 typedef enum _dlm_status {
-	DLM_NORMAL,               /*  0: request in progress */
+	DLM_NORMAL = 0,           /*  0: request in progress */
 	DLM_GRANTED,              /*  1: request granted */
 	DLM_DENIED,               /*  2: request denied */
 	DLM_DENIED_NOLOCKS,       /*  3: request denied, out of system resources */



More information about the Ocfs2-commits mailing list