Re: [PATCH] block: mq-deadline: rename sort_list to sort_rb

From: Bart Van Assche
Date: Tue Jul 04 2023 - 10:13:30 EST


On 7/3/23 21:06, lipeifeng@xxxxxxxx wrote:
Mq-deadline would store request in list:fifo_list and
rb_tree:sort_list, and sort_list should be renamed to
sort_rb which is beneficial for understanding.

Huh? I think this patch makes the code less readable instead of more readable ...

Bart.