diff options
author | Chris Mason <chris.mason@oracle.com> | 2008-09-05 16:43:06 -0400 |
---|---|---|
committer | Chris Mason <chris.mason@oracle.com> | 2008-09-25 11:04:07 -0400 |
commit | 91c0827de247303c6dfc40a8ec9d8305e1d07986 (patch) | |
tree | 32f383b84c00f220c23968ffee258c0744b03e2f /fs/btrfs | |
parent | e02119d5a7b4396c5a872582fddc8bd6d305a70a (diff) |
Btrfs: Rev the disk format
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs')
-rw-r--r-- | fs/btrfs/ctree.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index 6532b60683ef..f720b582fd5b 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h @@ -40,7 +40,7 @@ extern struct kmem_cache *btrfs_bit_radix_cachep; extern struct kmem_cache *btrfs_path_cachep; struct btrfs_ordered_sum; -#define BTRFS_MAGIC "_B7RfS_M" +#define BTRFS_MAGIC "_B8RfS_M" #define BTRFS_ACL_NOT_CACHED ((void *)-1) |