diff options
-rw-r--r-- | drivers/md/bcache/request.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/bcache/request.h b/drivers/md/bcache/request.h index b159bee07b9b..a4467456fe72 100644 --- a/drivers/md/bcache/request.h +++ b/drivers/md/bcache/request.h @@ -47,7 +47,7 @@ struct data_insert_op { }; }; - struct open_bucket *open_buckets[1]; + struct open_bucket *open_buckets[2]; struct keylist insert_keys; BKEY_PADDED(insert_key); |