Re: [PATCH 6/6] blk-mq: remove REQ_ATOM_STARTED

From: Nikolay Borisov
Date: Tue Dec 12 2017 - 06:18:01 EST




On 9.12.2017 21:25, Tejun Heo wrote:
> After the recent updates to use generation number and state based
> synchronization, we can easily replace REQ_ATOM_STARTED usages by
> adding an extra state to distinguish completed but not yet freed
> state.
>
> Add MQ_RQ_COMPLETE and replace REQ_ATOM_STARTED usages with
> blk_mq_rq_state() tests. REQ_ATOM_STARTED no longer has any users
> left and is removed.
>
> Signed-off-by: Tejun Heo <tj@xxxxxxxxxx>


Where are the promised in patch 5/6 performance results?