On Mon, Dec 20, 2021 at 12:54:12PM -0800, Keith Busch wrote: > +void __blk_mq_flush_plug_list(struct request_queue *q, struct blk_plug *plug) Oops, the above needs to be static. Let me send a v2. > +{ > + if (blk_queue_quiesced(q)) > + return; > + q->mq_ops->queue_rqs(&plug->mq_list); > +}