[LogFS] Change magic number
authorJoern Engel <joern@logfs.org>
Sat, 6 Mar 2010 09:03:11 +0000 (10:03 +0100)
committerJoern Engel <joern@logfs.org>
Sat, 6 Mar 2010 09:03:11 +0000 (10:03 +0100)
Many changes were made during development that could result in old
versions of mklogfs and the kernel code being subtly incompatible.
Not being a friend of subtleties, I hereby change the magic number.
Any old version of mklogfs is now guaranteed to fail.

fs/logfs/logfs_abi.h

index d8cc957..f674725 100644 (file)
@@ -61,7 +61,7 @@ static inline void check_##type(void)                         \
 
 
 /* Magic numbers.  64bit for superblock, 32bit for statfs f_type */
-#define LOGFS_MAGIC            0xb21f205ac97e8168ull
+#define LOGFS_MAGIC            0x7a3a8e5cb9d5bf67ull
 #define LOGFS_MAGIC_U32                0xc97e8168u
 
 /*