Re: [PATCH v3 2/3] blk-mq: ktime_get_ns() only once for batched requests init
From: Chengming Zhou
Date: Thu Jun 29 2023 - 02:46:44 EST
On 2023/6/29 13:30, Christoph Hellwig wrote:
> Can we just stash the start time into blk_mq_alloc_data instead of
> passing down yet another parameter?
>
Yes, it's much better.
Thanks.