Reorder extent back refs to differentiate file data from btree blocks
This commit is contained in:
parent
140d96a562
commit
29bf1724b1
2
ctree.h
2
ctree.h
|
@ -31,7 +31,7 @@ struct btrfs_trans_handle;
|
|||
#define BTRFS_EXTENT_TREE_OBJECTID 2ULL
|
||||
#define BTRFS_FS_TREE_OBJECTID 3ULL
|
||||
#define BTRFS_ROOT_TREE_DIR_OBJECTID 4ULL
|
||||
#define BTRFS_FIRST_FREE_OBJECTID 5ULL
|
||||
#define BTRFS_FIRST_FREE_OBJECTID 256ULL
|
||||
|
||||
/*
|
||||
* we can actually store much bigger names, but lets not confuse the rest
|
||||
|
|
Loading…
Reference in New Issue