Skip to content

Commit 42f2957

Browse files
committed
btrfs-progs: mkfs: mark block-group-tree as safe since 6.6
As reported, the 'safe' version of BGT is missing in mkfs output. The feature has been around for some time, there are no major problems known. Let's pick the next stable branch after the first release. Issue: #1044 Signed-off-by: David Sterba <[email protected]>
1 parent fdd3e53 commit 42f2957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/fsfeatures.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ static const struct btrfs_feature mkfs_features[] = {
218218
.compat_ro_flag = BTRFS_FEATURE_COMPAT_RO_BLOCK_GROUP_TREE,
219219
.sysfs_name = "block_group_tree",
220220
VERSION_TO_STRING2(compat, 6,1),
221-
VERSION_NULL(safe),
221+
VERSION_NULL(safe, 6,6),
222222
VERSION_NULL(default),
223223
.desc = "block group tree, more efficient block group tracking to reduce mount time"
224224
},

0 commit comments

Comments
 (0)