[Ocfs2-commits] jlbec commits r2397 - trunk/fs/ocfs2

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu Jun 16 11:16:12 CDT 2005


Author: jlbec
Signed-off-by: mfasheh
Date: 2005-06-16 11:16:10 -0500 (Thu, 16 Jun 2005)
New Revision: 2397

Modified:
   trunk/fs/ocfs2/ocfs2_fs.h
Log:

o Add OCFS2_FEATURE_INCOMPAT_HEARTBEAT_DEV

Signed-off-by: mfasheh



Modified: trunk/fs/ocfs2/ocfs2_fs.h
===================================================================
--- trunk/fs/ocfs2/ocfs2_fs.h	2005-06-15 23:25:03 UTC (rev 2396)
+++ trunk/fs/ocfs2/ocfs2_fs.h	2005-06-16 16:16:10 UTC (rev 2397)
@@ -100,7 +100,14 @@
 #define OCFS2_FEATURE_INCOMPAT_SUPP	0
 #endif
 
+/*
+ * Heartbeat-only devices are missing journals and other files.  The
+ * filesystem driver can't load them, but the library can.  Never put
+ * this in OCFS2_FEATURE_INCOMPAT_SUPP, *ever*.
+ */
+#define OCFS2_FEATURE_INCOMPAT_HEARTBEAT_DEV	0x0002
 
+
 /*
  * Flags on ocfs2_dinode.i_flags
  */



More information about the Ocfs2-commits mailing list