[PATCH] nvme: skip noiob for zoned devices

Keith Busch kbusch at kernel.org
Fri Aug 7 12:31:00 EDT 2020


On Fri, Aug 07, 2020 at 09:29:07AM -0700, Keith Busch wrote:
> -	if (iob)
> +	if (iob && blk_queue_is_zoned(ns->queue))

Err, that should have been !blk_queue_is_zoned(). Resending...



More information about the Linux-nvme mailing list