|
@@ -45,7 +45,8 @@ struct extent_buffer;
|
|
|
|
|
|
#define show_root_type(obj) \
|
|
|
obj, ((obj >= BTRFS_DATA_RELOC_TREE_OBJECTID) || \
|
|
|
- (obj <= BTRFS_CSUM_TREE_OBJECTID )) ? __show_root_type(obj) : "-"
|
|
|
+ (obj >= BTRFS_ROOT_TREE_OBJECTID && \
|
|
|
+ obj <= BTRFS_CSUM_TREE_OBJECTID)) ? __show_root_type(obj) : "-"
|
|
|
|
|
|
#define BTRFS_GROUP_FLAGS \
|
|
|
{ BTRFS_BLOCK_GROUP_DATA, "DATA"}, \
|