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...