On Wed, Mar 02, 2022 at 08:34:31AM +0800, Ming Lei wrote: > Fix the following warning when building block/blk-mq-debugfs-zoned.c: > > In file included from block/blk-mq-debugfs-zoned.c:7: > block/blk-mq-debugfs.h:24:14: warning: ‘struct blk_mq_hw_ctx’ declared inside parameter list will not be visible outside of this definition or declaration > 24 | struct blk_mq_hw_ctx *hctx); > | ^~~~~~~~~~~~~ > > Cc: Christoph Hellwig <hch@xxxxxx> > Reported-by: kernel test robot <lkp@xxxxxxxxx> > Signed-off-by: Ming Lei <ming.lei@xxxxxxxxxx> > --- > V2: > - forward declaration of struct blk_mq_hw_ctx instead of including > header, as suggested by Christoph Hello Jens, This patch looks missed, can you take a look? Thanks, Ming