diff options
author | Chris Mason <chris.mason@oracle.com> | 2008-10-09 11:55:03 -0400 |
---|---|---|
committer | Chris Mason <chris.mason@oracle.com> | 2008-10-09 11:55:03 -0400 |
commit | 833023e46c2a0180ff07d90252c24cb3fdea811d (patch) | |
tree | 6b26e284adb021c144012505a63caa0e3ee3273a /fs/btrfs/ctree.h | |
parent | 61f8c86ee8f9ca55488449db886104a0ab4e1f98 (diff) |
Btrfs: Rev the disk format for the new back reference 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 a37fd783407c..3fa9b8d6751d 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h | |||
@@ -39,7 +39,7 @@ extern struct kmem_cache *btrfs_bit_radix_cachep; | |||
39 | extern struct kmem_cache *btrfs_path_cachep; | 39 | extern struct kmem_cache *btrfs_path_cachep; |
40 | struct btrfs_ordered_sum; | 40 | struct btrfs_ordered_sum; |
41 | 41 | ||
42 | #define BTRFS_MAGIC "_B9RfS_M" | 42 | #define BTRFS_MAGIC "_BBRfS_M" |
43 | 43 | ||
44 | #define BTRFS_ACL_NOT_CACHED ((void *)-1) | 44 | #define BTRFS_ACL_NOT_CACHED ((void *)-1) |
45 | 45 | ||