commit | 2a7108ad89e1ea9a30afbbece8b581a0532afd12 | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Tue Dec 02 09:58:02 2008 -0500 |
committer | Chris Mason <chris.mason@oracle.com> | Tue Dec 02 09:58:02 2008 -0500 |
tree | 660a90d74dad4a303d30e9bab6121c067348122c | |
parent | 4022abf4498186de2e893ce614333216f2add461 [diff] [blame] |
Btrfs: rev the disk format for the inode compat and csum selection changes Signed-off-by: Chris Mason <chris.mason@oracle.com>
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index 6d83503..96f2ec7 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h
@@ -39,7 +39,7 @@ 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)