Message ID | 20200325201042.190332-3-kreijack@libero.it (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/4] btrfs-progs: Add missing fields to btrfs_raid_array[] for raid1c[34]. | expand |
diff --git a/ctree.h b/ctree.h index 36f62732..017ac067 100644 --- a/ctree.h +++ b/ctree.h @@ -1005,6 +1005,9 @@ enum btrfs_raid_types { /* used in struct btrfs_balance_args fields */ #define BTRFS_AVAIL_ALLOC_BIT_SINGLE (1ULL << 48) +#define BTRFS_EXTENDED_PROFILE_MASK (BTRFS_BLOCK_GROUP_PROFILE_MASK | \ + BTRFS_AVAIL_ALLOC_BIT_SINGLE) + /* * GLOBAL_RSV does not exist as a on-disk block group type and is used * internally for exporting info about global block reserve from space infos