On 5/26/21 18:02, Bart Van Assche wrote: > - dd->fifo_expire[DD_READ] = read_expire; > + dd->fifo_expire[DD_READ] = blk_queue_nonrot(q) ? read_expire_nonrot : > + read_expire_rot; I've got comments about not using ?:. Apart from that looks good. Reviewed-by: Chaitanya Kulkarni <chaitanya.kulkarni@xxxxxxx>