kernel/drivers/md/raid1.h
.. .. @@ -180,7 +180,7 @@ 180 180 * if the IO is in WRITE direction, then multiple bios are used. 181 181 * We choose the number when they are allocated. 182 182 */ 183 - struct bio *bios[0];183 + struct bio *bios[];184 184 /* DO NOT PUT ANY NEW FIELDS HERE - bios array is contiguously alloced*/ 185 185 }; 186 186