From: Chris Mason Date: Tue, 2 Dec 2008 14:58:02 +0000 (-0500) Subject: Btrfs: rev the disk format for the inode compat and csum selection changes X-Git-Tag: v2.6.29-rc1~27^2~9^2~34 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=2a7108ad89e1ea9a30afbbece8b581a0532afd12;p=linux-2.6-omap-h63xx.git Btrfs: rev the disk format for the inode compat and csum selection changes Signed-off-by: Chris Mason --- diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index 6d8350332b1..96f2ec7ad5b 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h @@ -39,7 +39,7 @@ extern struct kmem_cache *btrfs_bit_radix_cachep; extern struct kmem_cache *btrfs_path_cachep; struct btrfs_ordered_sum; -#define BTRFS_MAGIC "_BFRfS_M" +#define BTRFS_MAGIC "_BHRfS_M" #define BTRFS_ACL_NOT_CACHED ((void *)-1)