Re: [PATCH] blk-mq: check quiesce state before queue_rqs

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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);
> +}



[Index of Archives]     [Linux RAID]     [Linux SCSI]     [Linux ATA RAID]     [IDE]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Device Mapper]

  Powered by Linux