[PATCH v3 2/5] block: wire-up support for passthrough plugging

Christoph Hellwig hch at lst.de
Tue May 3 13:53:01 PDT 2022


> +	if (plug) {
> +		blk_add_rq_to_plug(plug, rq);
> +	} else {

I'd just do an eary return after the blk_add_rq_to_plug call and leave
the rest of the code untouched and unindented.

Otherwise this looks good:

Reviewed-by: Christoph Hellwig <hch at lst.de>



More information about the Linux-nvme mailing list