[Ocfs2-tools-commits] manish commits r988 - trunk/mkfs.ocfs2

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Mon Jul 11 18:43:28 CDT 2005


Author: manish
Date: 2005-07-11 18:43:27 -0500 (Mon, 11 Jul 2005)
New Revision: 988

Modified:
   trunk/mkfs.ocfs2/mkfs.c
Log:
Fix the broken B0RKEN


Modified: trunk/mkfs.ocfs2/mkfs.c
===================================================================
--- trunk/mkfs.ocfs2/mkfs.c	2005-07-11 00:34:36 UTC (rev 987)
+++ trunk/mkfs.ocfs2/mkfs.c	2005-07-11 23:43:27 UTC (rev 988)
@@ -1583,7 +1583,7 @@
 
 	incompat = 0;
 #ifdef CONFIG_ARCH_S390
-	incompat |= OCFS2_FEATURE_INCOMPAT_BORKEN_ENDIAN;
+	incompat |= OCFS2_FEATURE_INCOMPAT_B0RKEN_ENDIAN;
 #endif
 	if (s->hb_dev)
 		incompat |= OCFS2_FEATURE_INCOMPAT_HEARTBEAT_DEV;



More information about the Ocfs2-tools-commits mailing list