diff options
Diffstat (limited to 'libbcachefs/super_types.h')
-rw-r--r-- | libbcachefs/super_types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbcachefs/super_types.h b/libbcachefs/super_types.h index 966da4af..d76d917c 100644 --- a/libbcachefs/super_types.h +++ b/libbcachefs/super_types.h @@ -15,7 +15,7 @@ struct bch_devs_mask { struct bch_devs_list { u8 nr; - u8 devs[BCH_REPLICAS_MAX]; + u8 devs[BCH_REPLICAS_MAX + 1]; }; struct bch_member_cpu { |