Hi Artur, [auto build test ERROR on next-20161205] [cannot apply to v4.9-rc8 v4.9-rc7 v4.9-rc6 v4.9-rc8] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Artur-Paszkiewicz/Partial-Parity-Log-for-MD-RAID-5/20161206-081540 config: i386-randconfig-r0-201649 (attached as .config) compiler: gcc-5 (Debian 5.4.1-2) 5.4.1 20160904 reproduce: # save the attached .config to linux build tree make ARCH=i386 All errors (new ones prefixed by >>): drivers/md/raid5-ppl.c: In function 'ppl_init_log_child': >> drivers/md/raid5-ppl.c:459:2: error: too few arguments to function 'bio_init' bio_init(&log->flush_bio); ^ In file included from include/linux/blkdev.h:19:0, from drivers/md/raid5-ppl.c:16: include/linux/bio.h:426:13: note: declared here extern void bio_init(struct bio *bio, struct bio_vec *table, ^ vim +/bio_init +459 drivers/md/raid5-ppl.c 453 spin_lock_init(&log->io_list_lock); 454 INIT_LIST_HEAD(&log->running_ios); 455 INIT_LIST_HEAD(&log->io_end_ios); 456 INIT_LIST_HEAD(&log->flushing_ios); 457 INIT_LIST_HEAD(&log->finished_ios); 458 INIT_LIST_HEAD(&log->no_mem_stripes); > 459 bio_init(&log->flush_bio); 460 461 log->io_kc = log_parent->io_kc; 462 log->io_pool = log_parent->io_pool; --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: application/gzip