From: Chris Mason Date: Tue, 18 Nov 2008 16:50:33 +0000 (-0500) Subject: Btrfs: Update the disk format for the seed device and new root code X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=73e9f5beb16f568f797bba87f082556fac18dede;p=linux-beck.git Btrfs: Update the disk format for the seed device and new root code Signed-off-by: Chris Mason --- diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index 70b3dbb4de12..0f2a9b584fb6 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 "_BDRfS_M" +#define BTRFS_MAGIC "_BFRfS_M" #define BTRFS_ACL_NOT_CACHED ((void *)-1)