From: Chris Mason Date: Mon, 4 Feb 2008 15:10:43 +0000 (-0500) Subject: Btrfs: Update magic X-Git-Tag: v2.6.29-rc1~27^2~9^2~55^2~56^2~30^2~295 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=47b0c4f8c717890877058f30e07a30e05f74a7bb;p=linux-2.6-omap-h63xx.git Btrfs: Update magic Signed-off-by: Chris Mason --- diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index 35e9a7af10a..dfb700efcd6 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h @@ -37,7 +37,7 @@ extern struct kmem_cache *btrfs_transaction_cachep; extern struct kmem_cache *btrfs_bit_radix_cachep; extern struct kmem_cache *btrfs_path_cachep; -#define BTRFS_MAGIC "_B3RfS_M" +#define BTRFS_MAGIC "_B4RfS_M" #define BTRFS_MAX_LEVEL 8 #define BTRFS_ROOT_TREE_OBJECTID 1ULL