From 0251b2f53919b1f8345e0de2206be5fee403d958 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Thu, 13 Apr 2023 20:18:10 +0200 Subject: [PATCH] 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 --- common/fsfeatures.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/common/fsfeatures.c b/common/fsfeatures.c index 50500c65..5a585664 100644 --- a/common/fsfeatures.c +++ b/common/fsfeatures.c @@ -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",