btrfs-progs: dump-super: add extent-tree-v2
The extent-tree-v2 is still experimental but it should be printed among the other incompat flags if enabled by the build. Signed-off-by: Anand Jain <anand.jain@oracle.com> Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
d8f1bd519f
commit
c802b02988
|
@ -1689,6 +1689,9 @@ static struct readable_flag_entry incompat_flags_array[] = {
|
||||||
DEF_INCOMPAT_FLAG_ENTRY(METADATA_UUID),
|
DEF_INCOMPAT_FLAG_ENTRY(METADATA_UUID),
|
||||||
DEF_INCOMPAT_FLAG_ENTRY(RAID1C34),
|
DEF_INCOMPAT_FLAG_ENTRY(RAID1C34),
|
||||||
DEF_INCOMPAT_FLAG_ENTRY(ZONED),
|
DEF_INCOMPAT_FLAG_ENTRY(ZONED),
|
||||||
|
#if EXPERIMENTAL
|
||||||
|
DEF_INCOMPAT_FLAG_ENTRY(EXTENT_TREE_V2),
|
||||||
|
#endif
|
||||||
};
|
};
|
||||||
static const int incompat_flags_num = sizeof(incompat_flags_array) /
|
static const int incompat_flags_num = sizeof(incompat_flags_array) /
|
||||||
sizeof(struct readable_flag_entry);
|
sizeof(struct readable_flag_entry);
|
||||||
|
|
Loading…
Reference in New Issue