summaryrefslogtreecommitdiff
path: root/ctree.h
diff options
context:
space:
mode:
authorChris Mason <chris.mason@oracle.com>2008-10-29 14:09:40 -0400
committerChris Mason <chris.mason@oracle.com>2008-10-29 14:09:40 -0400
commit712c1dea5e5a7a37b66b94b4a0f21830dd6f69fb (patch)
tree9768cf325d2739e8d9cccb30895af06091f48b3b /ctree.h
parent38702ea7c6456019702658a1524807439febbed3 (diff)
Rev the disk format for compression and root pointer generation fields
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'ctree.h')
-rw-r--r--ctree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctree.h b/ctree.h
index ede36540..04f48801 100644
--- a/ctree.h
+++ b/ctree.h
@@ -27,7 +27,7 @@
struct btrfs_root;
struct btrfs_trans_handle;
-#define BTRFS_MAGIC "_BBRfS_M"
+#define BTRFS_MAGIC "_BCRfS_M"
#define BTRFS_MAX_LEVEL 8