diff --git a/fs/logfs/logfs_abi.h b/fs/logfs/logfs_abi.h
index d8cc95734a60e4e6a6d2cbb112e0f47a46f904c9..f674725663fe516d68b17d93e1032f0f59e1d6f2 100644
--- a/fs/logfs/logfs_abi.h
+++ b/fs/logfs/logfs_abi.h
@@ -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
 
 /*