hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
kernel/drivers/md/raid1.h
....@@ -180,7 +180,7 @@
180180 * if the IO is in WRITE direction, then multiple bios are used.
181181 * We choose the number when they are allocated.
182182 */
183
- struct bio *bios[0];
183
+ struct bio *bios[];
184184 /* DO NOT PUT ANY NEW FIELDS HERE - bios array is contiguously alloced*/
185185 };
186186