summaryrefslogtreecommitdiff
path: root/libbcachefs/super_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'libbcachefs/super_types.h')
-rw-r--r--libbcachefs/super_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbcachefs/super_types.h b/libbcachefs/super_types.h
index 20406ebd..069973a3 100644
--- a/libbcachefs/super_types.h
+++ b/libbcachefs/super_types.h
@@ -20,7 +20,7 @@ struct bch_devs_mask {
struct bch_devs_list {
u8 nr;
- u8 devs[BCH_REPLICAS_MAX + 1];
+ u8 devs[BCH_BKEY_PTRS_MAX];
};
struct bch_member_cpu {