Change the magic to rev the disk format
authorChris Mason <chris.mason@oracle.com>
Mon, 14 Jan 2008 18:35:53 +0000 (13:35 -0500)
committerDavid Woodhouse <dwmw2@hera.kernel.org>
Mon, 14 Jan 2008 18:35:53 +0000 (13:35 -0500)
ctree.h

diff --git a/ctree.h b/ctree.h
index d619f30..d6127b6 100644 (file)
--- a/ctree.h
+++ b/ctree.h
@@ -27,7 +27,7 @@
 
 struct btrfs_root;
 struct btrfs_trans_handle;
-#define BTRFS_MAGIC "_B2RfS_M"
+#define BTRFS_MAGIC "_B3RfS_M"
 
 #define BTRFS_MAX_LEVEL 8
 #define BTRFS_ROOT_TREE_OBJECTID 1ULL