hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
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