Skip to content

Commit

Permalink
[LogFS] Change magic number
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Joern Engel committed Mar 6, 2010
1 parent 9cf05b4 commit c2f843f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/logfs/logfs_abi.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

/*
Expand Down

0 comments on commit c2f843f

Please sign in to comment.