diff options
Diffstat (limited to 'include/uapi/linux/btrfs_tree.h')
-rw-r--r-- | include/uapi/linux/btrfs_tree.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/uapi/linux/btrfs_tree.h b/include/uapi/linux/btrfs_tree.h index 421239b98db2..34d5b34286fa 100644 --- a/include/uapi/linux/btrfs_tree.h +++ b/include/uapi/linux/btrfs_tree.h | |||
@@ -866,6 +866,8 @@ enum btrfs_raid_types { | |||
866 | #define BTRFS_BLOCK_GROUP_RAID56_MASK (BTRFS_BLOCK_GROUP_RAID5 | \ | 866 | #define BTRFS_BLOCK_GROUP_RAID56_MASK (BTRFS_BLOCK_GROUP_RAID5 | \ |
867 | BTRFS_BLOCK_GROUP_RAID6) | 867 | BTRFS_BLOCK_GROUP_RAID6) |
868 | 868 | ||
869 | #define BTRFS_BLOCK_GROUP_RAID1_MASK (BTRFS_BLOCK_GROUP_RAID1) | ||
870 | |||
869 | /* | 871 | /* |
870 | * We need a bit for restriper to be able to tell when chunks of type | 872 | * We need a bit for restriper to be able to tell when chunks of type |
871 | * SINGLE are available. This "extended" profile format is used in | 873 | * SINGLE are available. This "extended" profile format is used in |