[Ocfs2-commits] mfasheh commits r1228 - trunk/src

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu Jul 1 20:04:28 CDT 2004


Author: mfasheh
Date: 2004-07-01 19:04:26 -0500 (Thu, 01 Jul 2004)
New Revision: 1228

Modified:
   trunk/src/ocfs.h
   trunk/src/super.c
Log:
* rename OCFS_OSB_FLAG_OSB_INITIALIZED



Modified: trunk/src/ocfs.h
===================================================================
--- trunk/src/ocfs.h	2004-07-02 00:03:22 UTC (rev 1227)
+++ trunk/src/ocfs.h	2004-07-02 00:04:26 UTC (rev 1228)
@@ -197,7 +197,7 @@
 /* osb->osb_flags flags */
 #define  OCFS_OSB_FLAGS_BEING_DISMOUNTED  (0x00000004)
 #define  OCFS_OSB_FLAGS_SHUTDOWN          (0x00000008)
-#define  OCFS_OSB_FLAGS_OSB_INITIALIZED   (0x00000020)
+#define  OCFS_OSB_FLAGS_INITIALIZED       (0x00000020)
 
 /* OcfsGlobalCtxt.flags flags */
 #define  OCFS_FLAG_GLBL_CTXT_RESOURCE_INITIALIZED (0x00000001)

Modified: trunk/src/super.c
===================================================================
--- trunk/src/super.c	2004-07-02 00:03:22 UTC (rev 1227)
+++ trunk/src/super.c	2004-07-02 00:04:26 UTC (rev 1228)
@@ -1678,7 +1678,7 @@
 	up (&(OcfsGlobalCtxt.global_res));
 
 	/*  Mark the fact that this osb structure is initialized. */
-	OCFS_SET_FLAG (osb->osb_flags, OCFS_OSB_FLAGS_OSB_INITIALIZED);
+	OCFS_SET_FLAG (osb->osb_flags, OCFS_OSB_FLAGS_INITIALIZED);
 
 	spin_lock (&osb_id_lock);
 	osb->osb_id = osb_id;



More information about the Ocfs2-commits mailing list