[Ocfs2-tools-devel] Patch: Add OCFS_SB for ocfs2-tools
Sunil Mushran
Sunil.Mushran at oracle.com
Mon Dec 11 11:38:02 PST 2006
+/* define OCFS2_SB for ocfs2-tools */
+#define OCFS2_SB
+
Maybe better if it is:
#define OCFS2_SB(sb) (sb)
tao.ma wrote:
> In order to use macro OCFS2_HAS_COMPAT_FEATURE in ocfs2-tools, we must
> add OCFS2_SB in it. Add this macro in ocfs2.h, the same file as the
> kernel.
> ------------------------------------------------------------------------
>
> _______________________________________________
> Ocfs2-tools-devel mailing list
> Ocfs2-tools-devel at oss.oracle.com
> http://oss.oracle.com/mailman/listinfo/ocfs2-tools-devel
>
More information about the Ocfs2-tools-devel
mailing list