> diff --git a/block/blk-mq.h b/block/blk-mq.h > index b771080..88a2366 100644 > --- a/block/blk-mq.h > +++ b/block/blk-mq.h > @@ -30,6 +30,8 @@ void blk_mq_init_flush(struct request_queue *q); > void blk_mq_drain_queue(struct request_queue *q); > void blk_mq_free_queue(struct request_queue *q); > void blk_mq_rq_init(struct blk_mq_hw_ctx *hctx, struct request *rq); > +void blk_mq_insert_request(struct request_queue *, struct request *, > + bool, bool); > > /* > * CPU hotplug helpers > diff --git a/include/linux/blk-mq.h b/include/linux/blk-mq.h > index c1684ec..8cfdca6 100644 > --- a/include/linux/blk-mq.h > +++ b/include/linux/blk-mq.h > @@ -119,7 +119,6 @@ void blk_mq_init_commands(struct request_queue *, void (*init)(void *data, struc > > void blk_mq_flush_plug_list(struct blk_plug *plug, bool from_schedule); > > -void blk_mq_insert_request(struct request_queue *, struct request *, bool); > void blk_mq_run_queues(struct request_queue *q, bool async); > void blk_mq_free_request(struct request *rq); > bool blk_mq_can_queue(struct blk_mq_hw_ctx *); > -- > 1.7.10.4 > Currently its not used by any drivers. Are we sure we don't need it public? If sure, please remove the EXPORT_SYMBOL() for it. Rest looks good. Regards, Muthu > > -- > To unsubscribe from this list: send the line "unsubscribe linux-scsi" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html