aboutsummaryrefslogtreecommitdiffstats
path: root/fs/logfs/logfs_abi.h
diff options
context:
space:
mode:
authorJoern Engel <joern@logfs.org>2010-03-06 04:03:11 -0500
committerJoern Engel <joern@logfs.org>2010-03-06 04:03:11 -0500
commitc2f843f03d658e9ab2a1a455f2c1851fd6a869af (patch)
tree644fba9ad16ad10c182bee67b903d0262ddf26ea /fs/logfs/logfs_abi.h
parent9cf05b416d3324457f1dd8be35f4eaa7a9640bed (diff)
[LogFS] Change magic number
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.
Diffstat (limited to 'fs/logfs/logfs_abi.h')
-rw-r--r--fs/logfs/logfs_abi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/logfs/logfs_abi.h b/fs/logfs/logfs_abi.h
index d8cc95734a6..f674725663f 100644
--- a/fs/logfs/logfs_abi.h
+++ b/fs/logfs/logfs_abi.h
@@ -61,7 +61,7 @@ static inline void check_##type(void) \
61 61
62 62
63/* Magic numbers. 64bit for superblock, 32bit for statfs f_type */ 63/* Magic numbers. 64bit for superblock, 32bit for statfs f_type */
64#define LOGFS_MAGIC 0xb21f205ac97e8168ull 64#define LOGFS_MAGIC 0x7a3a8e5cb9d5bf67ull
65#define LOGFS_MAGIC_U32 0xc97e8168u 65#define LOGFS_MAGIC_U32 0xc97e8168u
66 66
67/* 67/*