On Thu, Jul 27, 2023 at 8:13 PM Bart Van Assche <bvanassche@xxxxxxx> wrote: > > On 7/27/23 03:59, Nitesh Shetty wrote: > > On Thu, Jul 27, 2023 at 1:39 AM Bart Van Assche <bvanassche@xxxxxxx> wrote: > >> + * Do not use the zone write lock for sequential writes for sequential write > >> + * required zones. > >> + */ > >> +#define QUEUE_FLAG_NO_ZONE_WRITE_LOCK 8 > > > > Instead of QUEUE_FLAG_NO_ZONE_WRITE_LOCK I feel > > QUEUE_FLAG_SKIP_ZONE_WRITE_LOCK is better. > > Hmm ... this patch series makes it possible to use an UFS storage > controller and a zoned UFS device with no I/O scheduler attached. If no > I/O scheduler is active, there is no zone write locking to skip so I > think that the former name is better. Okay, I missed no I/O scheduler. Thanks, Nitesh Shetty