[Ocfs2-commits] khackel commits r1070 - branches/format-changes/src

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Sat Jun 12 17:33:12 CDT 2004


Author: khackel
Date: 2004-06-12 16:33:11 -0500 (Sat, 12 Jun 2004)
New Revision: 1070

Modified:
   branches/format-changes/src/ocfs1.h
Log:
minor number was 0 in ocfsv1 (2.0)



Modified: branches/format-changes/src/ocfs1.h
===================================================================
--- branches/format-changes/src/ocfs1.h	2004-06-12 21:05:20 UTC (rev 1069)
+++ branches/format-changes/src/ocfs1.h	2004-06-12 21:33:11 UTC (rev 1070)
@@ -8,7 +8,7 @@
 #define MAX_CLUSTER_NAME_LEN_V1            64
 
 #define OCFS1_MAJOR_VERSION              (2)
-#define OCFS1_MINOR_VERSION              (2)
+#define OCFS1_MINOR_VERSION              (0)
 #define OCFS1_VOLUME_SIGNATURE		 "OracleCFS"
 
 typedef struct _ocfs_vol_disk_hdr_v1		   // CLASS



More information about the Ocfs2-commits mailing list