[Ocfs2-devel] [PATCH 02/22] ocfs2: Add an incompat feature flag OCFS2_FEATURE_INCOMPAT_CLUSTERINFO

Sunil Mushran sunil.mushran at oracle.com
Sat Oct 9 10:35:27 PDT 2010


http://oss.oracle.com/git/?p=smushran/linux-2.6.git;a=summary

So there is a new branch "global-heartbeat-2" that has this change.

--- ./ocfs2/ocfs2_fs.h  2010-10-08 14:12:55.000000000 -0700
+++ ../G/./ocfs2/ocfs2_fs.h     2010-10-09 10:24:53.000000000 -0700
@@ -592,10 +592,10 @@
         union {
                 __le32 ci_reserved;
                 struct {
+                       __u8 ci_stackflags;
                         __u8 ci_reserved1;
                         __u8 ci_reserved2;
                         __u8 ci_reserved3;
-                       __u8 ci_stackflags;
                 };
         };
  /*08*/ __u8   ci_cluster[OCFS2_CLUSTER_NAME_LEN];




More information about the Ocfs2-devel mailing list