mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 17:13:52 +02:00
btrfs: add raid stripe tree to features enabled with debug config
Until the raid stripe tree code is well enough tested and feature complete, "hide" it behind CONFIG_BTRFS_DEBUG so only people who want to use it are actually using it. The scrub support may still fail some tests (btrfs/060 and up) and will be fixed, RAID5/6 is not supported. Reviewed-by: Josef Bacik <josef@toxicpanda.com> Signed-off-by: Johannes Thumshirn <johannes.thumshirn@wdc.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
e0b4077fcc
commit
e9b9b911e0
|
|
@ -229,6 +229,7 @@ enum {
|
||||||
*/
|
*/
|
||||||
#define BTRFS_FEATURE_INCOMPAT_SUPP \
|
#define BTRFS_FEATURE_INCOMPAT_SUPP \
|
||||||
(BTRFS_FEATURE_INCOMPAT_SUPP_STABLE | \
|
(BTRFS_FEATURE_INCOMPAT_SUPP_STABLE | \
|
||||||
|
BTRFS_FEATURE_INCOMPAT_RAID_STRIPE_TREE | \
|
||||||
BTRFS_FEATURE_INCOMPAT_EXTENT_TREE_V2)
|
BTRFS_FEATURE_INCOMPAT_EXTENT_TREE_V2)
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user