summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Mason <chris.mason@oracle.com>2008-11-18 14:13:44 -0500
committerChris Mason <chris.mason@oracle.com>2008-11-18 14:13:44 -0500
commit49bc666d5fcedc7221eeeef0499e21a45c3ca4ad (patch)
treef63d564fae1e848c7b58f524fa5f6de7871578a8
parent2d9bc57b9ae79ad3648a57b431b9d82e88114132 (diff)
Update the super magic string to match the seed and root format changes
-rw-r--r--ctree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctree.h b/ctree.h
index f08429aa..0fa133ab 100644
--- a/ctree.h
+++ b/ctree.h
@@ -27,7 +27,7 @@
struct btrfs_root;
struct btrfs_trans_handle;
-#define BTRFS_MAGIC "_BDRfS_M"
+#define BTRFS_MAGIC "_BFRfS_M"
#define BTRFS_MAX_LEVEL 8