On 7/27/2023 1:20 PM, Bart Van Assche wrote: > On 7/26/23 17:54, Chaitanya Kulkarni wrote: >> On 7/26/2023 12:34 PM, Bart Van Assche wrote: >>> +/* >>> + * Do not use the zone write lock for sequential writes for >>> sequential write >>> + * required zones. >>> + */ >> >> In first go I got little confused with above comment, how about :- >> >> /* >> * When issuing sequential writes on zone type >> * BLK_ZONE_TYPE_SEQWRITE_REQ, don't use zone write locking. >> */ >> >> It makes it easier to search in code with BLK_ZONE_TYPE_SEQWRITE_REQ >> but if everyone else is okay with original comment or if it is not >> correct suggestion feel free to ignore my suggestion ... > > How about this comment? > > /* > * Do not serialize sequential writes sent to a sequential write > * required zone (BLK_ZONE_TYPE_SEQWRITE_REQ). > */ > > Thanks, > > Bart. > works for me .. -ck