[Ocfs2-commits] manish commits r2398 - trunk/fs/ocfs2

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu Jun 16 20:01:46 CDT 2005


Author: manish
Signed-off-by: jlbec
Date: 2005-06-16 20:01:44 -0500 (Thu, 16 Jun 2005)
New Revision: 2398

Modified:
   trunk/fs/ocfs2/ocfs2_fs.h
Log:
New tasty magic

Signed-off-by: jlbec


Modified: trunk/fs/ocfs2/ocfs2_fs.h
===================================================================
--- trunk/fs/ocfs2/ocfs2_fs.h	2005-06-16 16:16:10 UTC (rev 2397)
+++ trunk/fs/ocfs2/ocfs2_fs.h	2005-06-17 01:01:44 UTC (rev 2398)
@@ -57,7 +57,7 @@
 #define OCFS2_MAX_BLOCKSIZE		OCFS2_MIN_CLUSTERSIZE
 
 /* Filesystem magic number */
-#define OCFS2_SUPER_MAGIC		0xa156f7eb
+#define OCFS2_SUPER_MAGIC		0x7461636f
 
 /* Object signatures */
 #define OCFS2_SUPER_BLOCK_SIGNATURE	"OCFSV2"



More information about the Ocfs2-commits mailing list