On Tue, May 23, 2023 at 2:39 AM Bart Van Assche <bvanassche@xxxxxxx> wrote: > > Requeue requests instead of sending these to the dispatch list if a CPU > is unplugged. This gives the I/O scheduler the chance to preserve the > order of zoned write requests. But the affected code path is only for queue with none scheduler, do you think none can maintain the order for write requests? Thanks,