Re: [PATCH V2 2/2] block: move 'q_usage_counter' into front of 'request_queue'

From: Christoph Hellwig
Date: Wed Sep 02 2020 - 11:41:28 EST


On Wed, Sep 02, 2020 at 08:26:43PM +0800, Ming Lei wrote:
> The field of 'q_usage_counter' is always fetched in fast path of every
> block driver, and move it into front of 'request_queue', so it can be
> fetched into 1st cacheline of 'request_queue' instance.

Looks good,

Reviewed-by: Christoph Hellwig <hch@xxxxxx>