1
0
Fork 0

Btrfs: Rev the disk format magic

Signed-off-by: Chris Mason <chris.mason@oracle.com>
hifive-unleashed-5.1
Chris Mason 2008-07-24 12:25:50 -04:00
parent 5516e5957f
commit 3a115f520f
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ extern struct kmem_cache *btrfs_bit_radix_cachep;
extern struct kmem_cache *btrfs_path_cachep;
struct btrfs_ordered_sum;
#define BTRFS_MAGIC "_B5RfS_M"
#define BTRFS_MAGIC "_B6RfS_M"
#define BTRFS_ACL_NOT_CACHED ((void *)-1)