From e74b89d6759b7f1d3aefe60a2f9cd139d40be79e Mon Sep 17 00:00:00 2001 From: Chris Mason Date: Thu, 24 Jul 2008 13:52:04 -0400 Subject: [PATCH] Rev the disk format --- ctree.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctree.h b/ctree.h index d6467f6f..d9209783 100644 --- a/ctree.h +++ b/ctree.h @@ -27,7 +27,7 @@ struct btrfs_root; struct btrfs_trans_handle; -#define BTRFS_MAGIC "_B5RfS_M" +#define BTRFS_MAGIC "_B6RfS_M" #define BTRFS_MAX_LEVEL 8