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/ctree.h | |
parent | e02119d5a7b4396c5a872582fddc8bd6d305a70a (diff) |
Btrfs: Rev the disk format
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/ctree.h')
-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; | |||
40 | extern struct kmem_cache *btrfs_path_cachep; | 40 | extern struct kmem_cache *btrfs_path_cachep; |
41 | struct btrfs_ordered_sum; | 41 | struct btrfs_ordered_sum; |
42 | 42 | ||
43 | #define BTRFS_MAGIC "_B7RfS_M" | 43 | #define BTRFS_MAGIC "_B8RfS_M" |
44 | 44 | ||
45 | #define BTRFS_ACL_NOT_CACHED ((void *)-1) | 45 | #define BTRFS_ACL_NOT_CACHED ((void *)-1) |
46 | 46 | ||