btrfs-progs: mkfs: remove block-group-tree from -R

The block-group-tree used to be under experimental flag in -R but now
that we've deprecated -R it does not make sense to leave
block-group-tree there for compatibility, this has never been exposed to
users.

Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
David Sterba 2023-04-13 20:18:10 +02:00
parent 716c3be363
commit 0251b2f539
1 changed files with 0 additions and 9 deletions

View File

@ -222,15 +222,6 @@ static const struct btrfs_feature runtime_features[] = {
VERSION_TO_STRING2(default, 5,15),
.desc = "free space tree (space_cache=v2)"
},
{
.name = "block-group-tree",
.compat_ro_flag = BTRFS_FEATURE_COMPAT_RO_BLOCK_GROUP_TREE,
.sysfs_name = "block_group_tree",
VERSION_TO_STRING2(compat, 6,1),
VERSION_NULL(safe),
VERSION_NULL(default),
.desc = "block group tree to reduce mount time"
},
/* Keep this one last */
{
.name = "list-all",