From d45ee76e4f32157b6aec7de701e825f8ad5b45eb Mon Sep 17 00:00:00 2001 From: Chris Mason Date: Tue, 2 Dec 2008 10:20:36 -0500 Subject: [PATCH] Rev the disk format for the compat code and the csum selection Signed-off-by: Chris Mason --- ctree.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctree.h b/ctree.h index 67f34263..df2d722a 100644 --- a/ctree.h +++ b/ctree.h @@ -27,7 +27,7 @@ struct btrfs_root; struct btrfs_trans_handle; -#define BTRFS_MAGIC "_BFRfS_M" +#define BTRFS_MAGIC "_BHRfS_M" #define BTRFS_MAX_LEVEL 8 -- 2.11.4.GIT