mirror of
https://github.com/kdave/btrfs-progs
synced 2025-02-16 09:46:55 +00:00
btrfs-progs: mkfs: fix compat version of block-group-tree
The -O and -R help texts say that compatible version for block-group-tree is 6.0 but it's in fact 6.1. Issue: #523 Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
6d6695e2a3
commit
bef462c2e2
@ -180,7 +180,7 @@ static const struct btrfs_feature mkfs_features[] = {
|
||||
.name = "block-group-tree",
|
||||
.compat_ro_flag = BTRFS_FEATURE_COMPAT_RO_BLOCK_GROUP_TREE,
|
||||
.sysfs_name = "block_group_tree",
|
||||
VERSION_TO_STRING2(compat, 6,0),
|
||||
VERSION_TO_STRING2(compat, 6,1),
|
||||
VERSION_NULL(safe),
|
||||
VERSION_NULL(default),
|
||||
.desc = "block group tree to reduce mount time"
|
||||
@ -233,7 +233,7 @@ static const struct btrfs_feature runtime_features[] = {
|
||||
.name = "block-group-tree",
|
||||
.compat_ro_flag = BTRFS_FEATURE_COMPAT_RO_BLOCK_GROUP_TREE,
|
||||
.sysfs_name = "block_group_tree",
|
||||
VERSION_TO_STRING2(compat, 6,0),
|
||||
VERSION_TO_STRING2(compat, 6,1),
|
||||
VERSION_NULL(safe),
|
||||
VERSION_NULL(default),
|
||||
.desc = "block group tree to reduce mount time"
|
||||
|
Loading…
Reference in New Issue
Block a user