On Mon, Apr 24, 2023 at 01:33:27PM -0700, Bart Van Assche wrote: > Track the position (sector_t) of the most recently dispatched request > instead of tracking a pointer to the next request to dispatch. This > patch simplifies the code for inserting and removing a request from the > red-black tree. Can you explain what the simplification is? As of this patch the code looks more complicated to me..