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:
Anand Jain 2022-10-08 17:02:35 +08:00 committed by David Sterba
parent d8f1bd519f
commit c802b02988
1 changed files with 3 additions and 0 deletions

View File

@ -1689,6 +1689,9 @@ static struct readable_flag_entry incompat_flags_array[] = {
DEF_INCOMPAT_FLAG_ENTRY(METADATA_UUID),
DEF_INCOMPAT_FLAG_ENTRY(RAID1C34),
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) /
sizeof(struct readable_flag_entry);