On 5/26/21 8:13 PM, Damien Le Moal wrote: > On 2021/05/27 10:01, Bart Van Assche wrote: >> Change "queue" into "sched" to make the function names reflect better the >> purpose of these functions. > > Nit: may be change this to: > > Change "queue" into "sched" to make the function names match the elevator type > operation names. Hi Damien, The functions dd_init_sched() and dd_exit_sched() initialize a scheduler data structure. To me the names dd_init_queue() / dd_exit_queue() suggest that something in the request queue is initialized which is not the case. Is sufficient as clarification or do you still want me to change the patch description? Thanks, Bart.