Hi Damien, Thank you for the patch! Yet something to improve: [auto build test ERROR on block/for-next] [also build test ERROR on v4.19-rc7 next-20181010] [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/Damien-Le-Moal/Zoned-block-device-support-improvements/20181010-190504 base: https://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git for-next config: i386-randconfig-x0-10102333 (attached as .config) compiler: gcc-5 (Debian 5.5.0-3) 5.4.1 20171010 reproduce: # save the attached .config to linux build tree make ARCH=i386 All errors (new ones prefixed by >>): block/blk-sysfs.c: In function 'queue_nr_zones_show': >> block/blk-sysfs.c:305:25: error: 'struct request_queue' has no member named 'nr_zones' return queue_var_show(q->nr_zones, page); ^ block/blk-sysfs.c:306:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ vim +305 block/blk-sysfs.c 302 303 static ssize_t queue_nr_zones_show(struct request_queue *q, char *page) 304 { > 305 return queue_var_show(q->nr_zones, page); 306 } 307 --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: application/gzip