diff options
author | Chris Mason <chris.mason@oracle.com> | 2008-12-02 09:58:02 -0500 |
---|---|---|
committer | Chris Mason <chris.mason@oracle.com> | 2008-12-02 09:58:02 -0500 |
commit | 2a7108ad89e1ea9a30afbbece8b581a0532afd12 (patch) | |
tree | 660a90d74dad4a303d30e9bab6121c067348122c /fs | |
parent | 4022abf4498186de2e893ce614333216f2add461 (diff) |
Btrfs: rev the disk format for the inode compat and csum selection changes
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/btrfs/ctree.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index 6d8350332b1d..96f2ec7ad5bd 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) |