Re: [PATCH][next] block: clean up dead code that is now redundant

From: Jens Axboe
Date: Wed Nov 14 2018 - 17:27:19 EST


On 11/14/18 3:17 PM, Colin King wrote:
> From: Colin Ian King <colin.king@xxxxxxxxxxxxx>
>
> The boolean next_sorted is set to false and is never changed, hence
> the code that checks if it is true is dead code and can now be
> removed. This dead code occurred from a previous commit that cleaned
> up the elevator and removed the setting of next_sorted to true.

Ah nice, it's also the last "user" of q->nr_sorted, so that one can
go away as well.

--
Jens Axboe