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

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Sun Jun 6 15:21:11 CDT 2004


Author: khackel
Date: 2004-06-06 14:21:09 -0500 (Sun, 06 Jun 2004)
New Revision: 1018

Modified:
   branches/format-changes/src/ocfs.h
   branches/format-changes/src/sysfile.c
Log:
oops forgot a system inode type

Modified: branches/format-changes/src/ocfs.h
===================================================================
--- branches/format-changes/src/ocfs.h	2004-06-06 16:57:35 UTC (rev 1017)
+++ branches/format-changes/src/ocfs.h	2004-06-06 19:21:09 UTC (rev 1018)
@@ -1014,6 +1014,7 @@
 enum {
 	GLOBAL_BITMAP_SYSTEM_INODE = 0,
 	GLOBAL_INODE_ALLOC_SYSTEM_INODE,
+	GLOBAL_INODE_ALLOC_BITMAP_SYSTEM_INODE,
 	AUTOCONFIG_SYSTEM_INODE,
 	PUBLISH_SYSTEM_INODE,
 	VOTE_SYSTEM_INODE,

Modified: branches/format-changes/src/sysfile.c
===================================================================
--- branches/format-changes/src/sysfile.c	2004-06-06 16:57:35 UTC (rev 1017)
+++ branches/format-changes/src/sysfile.c	2004-06-06 19:21:09 UTC (rev 1018)
@@ -56,6 +56,7 @@
 char *system_file_names[] = {
 	"global_bitmap",
 	"global_inode_alloc",
+	"global_inode_alloc_bitmap",
 	"autoconfig",
 	"publish",
 	"vote",



More information about the Ocfs2-commits mailing list