Re: [PATCH v2 06/11] blk-mq: Pass driver tags to blk_mq_clear_rq_mapping()
From: John Garry <hidden>
Date: 2021-08-09 17:11:34
Also in:
linux-scsi, lkml, oe-kbuild-all
From: John Garry <hidden>
Date: 2021-08-09 17:11:34
Also in:
linux-scsi, lkml, oe-kbuild-all
On 09/08/2021 18:00, kernel test robot wrote:
If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot<redacted> All warnings (new ones prefixed by >>):quoted
quoted
block/blk-mq.c:2313:6: warning: no previous prototype for 'blk_mq_clear_rq_mapping' [-Wmissing-prototypes]2313 | void blk_mq_clear_rq_mapping(struct blk_mq_tags *drv_tags, | ^~~~~~~~~~~~~~~~~~~~~~~ vim +/blk_mq_clear_rq_mapping +2313 block/blk-mq.c 2311 2312 /* called before freeing request pool in @tags */quoted
2313 void blk_mq_clear_rq_mapping(struct blk_mq_tags *drv_tags,2314 struct blk_mq_tags *tags)
I will fix in a new version after other review. Thanks